This commit is contained in:
parent
593bdb17d4
commit
faf881fa0c
10 changed files with 201 additions and 8 deletions
|
|
@ -113,7 +113,8 @@ cat > "$WORK/Caddyfile" <<EOF
|
|||
Cross-Origin-Resource-Policy "same-origin"
|
||||
}
|
||||
|
||||
@static path /catcrafts*.wasm /runtime.js /dom-env.js /dom-webgpu.js /catcrafts-head.js /files.json /variants.json /styles.css /favicon.svg /robots.txt /*.wgsl /*.jpg /posts.json /rates.json
|
||||
rewrite /apple-touch-icon-precomposed.png /apple-touch-icon.png
|
||||
@static path /catcrafts*.wasm /runtime.js /dom-env.js /dom-webgpu.js /catcrafts-head.js /files.json /variants.json /styles.css /favicon.svg /favicon.ico /apple-touch-icon.png /robots.txt /*.wgsl /*.jpg /posts.json /rates.json
|
||||
handle @static {
|
||||
header Cache-Control "no-store"
|
||||
file_server
|
||||
|
|
|
|||
Loading…
Reference in a new issue