feat: support for subpath based access in SH apps (#3449)

Co-authored-by: Balu Babu <balub997@gmail.com>
This commit is contained in:
James George
2023-11-22 19:35:35 +05:30
committed by GitHub
parent ee1425d0dd
commit 1829c088cc
18 changed files with 262 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
:8080 {
try_files {path} /
root * /site
file_server
try_files {path} /
root * /site
file_server
}

View File

@@ -0,0 +1,5 @@
:80 :3000 {
try_files {path} /
root * /site
file_server
}

View File

@@ -223,6 +223,8 @@ export default defineConfig({
/twitter/,
/github/,
/announcements/,
/admin/,
/backend/,
],
},
}),