JimmyPaolini / lexico

Latin Language Interface
https://www.lexicolatin.com
MIT License
5 stars 2 forks source link

Page content not loading a pathed url is directly hit #45

Closed JimmyPaolini closed 3 years ago

JimmyPaolini commented 3 years ago

When you directly hit a lexico url with a path, like https://www.lexicolatin.com/about, only the page layout (i.e. nav bar and background) loads but no content (i.e. cards). I'm guessing this is some quirk of NextJS, or possibly something misconfigured with Cloudflare

JimmyPaolini commented 3 years ago

On further inspection this doesn't seem to be an issue... I directly hit the about page, and it didn't load as described above, but then when I adjusted the window size (by opening dev tools) then the About card appeared, and all other pages that I directly hit had their cards appear as they should too. Will reopen if this issue comes up again!