When i had changed a post (index.mdx) gatsby noti rebuild. but go to webpage, nothing happend, affect to title, author, content, date
looks like the post was built once times.
can't debug so i make a issue
log terminal look like below
DONE Compiled successfully in 387ms 5:57:50 PM
โ
โน ๏ฝขwdm๏ฝฃ:
โน ๏ฝขwdm๏ฝฃ: Compiled successfully.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
5 pages site
I believe this known limitation of Gatsby right now. You may want to double check directly with Gatsby. https://github.com/gatsbyjs/gatsby
https://github.com/narative/gatsby-theme-novela/issues/28#issuecomment-519313076
@quay I had similar problems today (with the hot loading not working). Were you also using the novela starter? If so I think the starter needs to be fixed or perhaps even re-created so it uses the most recent gatsby starter.
argree with @bravo-kernel
@brotzky to be complete.. I was encountering hot-reload problems with existing pages (on Windows 10). After that I also checked this theme and the hot-loading is no problem there. Perhaps it can be used for inspiration, I especially like the yarn workspace structure, it makes developing (and PRing) so simple.
If I am missing the point here or doing something silly please let me know, just starting on Gatsby.
I've got live reloading of index.mdx content for me locally. Going to be hard to debug this one.
anyway, tested /www and worked now, need move to narative/gatsby-starter-novela
close issue, tks @brotzky
and publish too ๐
Will do, soon!
@quaj could you try the starter again? The hot reloading should work now.
gatsby new novela-site https://github.com/narative/gatsby-starter-novela
@quaj could you try the starter again? The hot reloading should work now.
gatsby new novela-site https://github.com/narative/gatsby-starter-novela
looks like it works well ๐
thanks for the help, @bravo-kernel.
and glad it's resolved.