dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Change Tapestry links to Static links #52

Open dyreschlock opened 1 year ago

dyreschlock commented 1 year ago

Tapestry has some default CSS and JS that it uses for its error pages and other stuff. This is included on the top of every page with a link tag.

<link type="text/css" rel="stylesheet" href="/assets/9da2d397b7f12457/core/default.css"/>

The hash used for the Asset's subfolder changes over time, which results in all pages having changes when the entire site is re-generated. __

Find out how this is being added, and change it to a static link so it's much easier to see what has changed when the site is regenerated.

dyreschlock commented 1 year ago

Upgrading Tapestry might solve this problem.