mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 11:34:38 +03:00
chore(nginx): Disabled static handling for _astro, assets, docs, and pagefind in Nginx
This commit is contained in:
parent
520df54650
commit
b1c234cb5e
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
root dist;
|
location ~ ^/(_astro|assets|docs|pagefind)/ {
|
||||||
|
root /etc/nginx/dist;
|
||||||
try_files $uri $uri/ /index.html;
|
index index.html;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue