jsoma / bottlejack

MIT License
1 stars 1 forks source link

Navigation misfire #18

Closed AFarence closed 3 years ago

AFarence commented 3 years ago

While attempting to navigate to projects or the home page via links, an interstatial webpage appears. This can be fixed by adding /index.html on line 49 in gdoc.hbs and line 49 of home.hbs

Image of navigation misfire below: image

jsoma commented 3 years ago

So! We can talk about this in class, but that only happens then you are running things locally - if you push it up to GitHub pages it'll automatically go to index.html!

On Mon, May 31, 2021 at 7:24 PM AFarence @.***> wrote:

While attempting to navigate to projects or the home page via links, an interstatial webpage appears. This can be fixed by adding /index.html on line 49 in gdoc.hbs and line 49 of home.hbs

Image of navigation misfire below: [image: image] https://user-images.githubusercontent.com/83982643/120248580-c646e900-c245-11eb-846a-b0b9caf62abe.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsoma/bottlejack/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXHFWU5TNMAXYJEY3HS2DTQQLCXANCNFSM453S7XSQ .

AFarence commented 3 years ago

Should I remove the instances of index.html I added then?

jsoma commented 3 years ago

yup, index.html gets done automatically!