update location,, i saw 404 error on the footer
This commit is contained in:
parent
eed2e05701
commit
07acceb0fb
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ export default function (pagePath) {
|
||||||
|
|
||||||
switch(pagePath) {
|
switch(pagePath) {
|
||||||
case "":
|
case "":
|
||||||
githubUrl = `${githubUrl}/views/pages/home.js`;
|
githubUrl = `${githubUrl}/app/views/home.js`;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "/resources":
|
case "/resources":
|
||||||
|
@ -28,7 +28,7 @@ export default function (pagePath) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "/tour":
|
case "/tour":
|
||||||
githubUrl = `${githubUrl}/views/partials/tour.js`;
|
githubUrl = `${githubUrl}/app/components/tour.js`;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue