include atlases/ in the public asset manifest

resources/atlases/ wasn't in the manifest glob list, so the build
skipped hashing/copying it into static/_assets/ and the deploy
pipeline's R2 uploader had no keys for it — atlases 404'd on staging.
This commit is contained in:
evanpelle
2026-05-17 13:08:08 -07:00
parent be182bb7f7
commit b27c2984fd
+1
View File
@@ -11,6 +11,7 @@ import {
const HASHED_PUBLIC_ASSET_GLOBS = [
"changelog.md",
"manifest.json",
"atlases/**/*",
"cosmetics/**/*",
"flags/**/*",
"fonts/**/*",