chore: ci adjust

This commit is contained in:
DarkSky
2022-08-04 15:35:14 +08:00
parent 78b24891d5
commit 152522c228
5 changed files with 3 additions and 3 deletions
+28
View File
@@ -0,0 +1,28 @@
:80 {
root /* ./dist
file_server {
precompressed br
}
encode {
zstd
gzip 9
}
@notStatic {
not path /*.css
not path /*.js
not path /*.png
not path /*.jpg
not path /*.svg
not path /*.ttf
not path /*.eot
not path /*.woff
not path /*.woff2
}
handle @notStatic {
try_files {path} /index.html
}
}