You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this file we currently just use the current time in the query string. This effectively means that for Inko main every push does a full site update, which isn't great.
What we'd likely have to do to fix this is to generate the JSON before we generate any of the pages, hash it, then pass that hash to every page somehow. I however worry a bit that the resulting code gets a bit messy as a result. As such, we'll probably have to experiment with different options to see what works best.
Related work
No response
The text was updated successfully, but these errors were encountered:
Description
For this file we currently just use the current time in the query string. This effectively means that for Inko
main
every push does a full site update, which isn't great.What we'd likely have to do to fix this is to generate the JSON before we generate any of the pages, hash it, then pass that hash to every page somehow. I however worry a bit that the resulting code gets a bit messy as a result. As such, we'll probably have to experiment with different options to see what works best.
Related work
No response
The text was updated successfully, but these errors were encountered: