Publish a stable stylesheet URL, move bookshop links to /shop
deploy / deploy (push) Successful in 6s

Publishes a second, non-fingerprinted copy of main.css at /css/main.min.css
alongside the fingerprinted one the site itself links — same source
resource, so bookshop's ARC/download pages (now mounted at
thistleandmoth.org/shop, not shop.thistleandmoth.org) can link real,
always-current CSS without tracking a hash that changes on every deploy.
Updates the two remaining shop.thistleandmoth.org references to the new
canonical URL.
This commit is contained in:
2026-08-04 05:38:24 -04:00
parent f6c0359118
commit 8745705768
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ disableKinds = ["taxonomy", "term"]
description = "TODO: one-line description of Thistle & Moth"
author = "Thistle & Moth"
eec_base_url = "https://eec.thistleandmoth.org"
bookshop_base_url = "https://shop.thistleandmoth.org"
bookshop_base_url = "https://thistleandmoth.org/shop"
[[menu.main]]
name = "Submissions"