mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
⚗️ Adjusted route
This commit is contained in:
parent
5e71831019
commit
0a91fb66e3
@ -12,7 +12,7 @@ export const meta = {
|
||||
let repoName = (process.env.TRAVIS_REPO_SLUG || '').split('/').pop();
|
||||
export const routerBase = process.env.DEPLOY_ENV === 'GH_PAGES' ? {
|
||||
router: {
|
||||
base: `/`
|
||||
base: `/${repoName}/`
|
||||
}
|
||||
} : {
|
||||
router: {
|
||||
@ -24,9 +24,6 @@ export default {
|
||||
/*
|
||||
** Headers of the page
|
||||
*/
|
||||
router: {
|
||||
base: '/'
|
||||
},
|
||||
head: {
|
||||
title: `${meta.name} \u2022 ${meta.shortDescription}`,
|
||||
meta: [
|
||||
|
Loading…
Reference in New Issue
Block a user