Update Serve config to just share all shared files
All checks were successful
Deploy to Homelab / deploy (push) Successful in 6s

This commit is contained in:
2026-02-09 00:54:43 +00:00
parent b38e5ae71d
commit d6d62274a9

View File

@@ -7,8 +7,8 @@
"Web": { "Web": {
"static.tail8f43b.ts.net:443": { "static.tail8f43b.ts.net:443": {
"Handlers": { "Handlers": {
"/data-structures-tutoring": { "/": {
"Path": "/shared/data-structures-tutoring" "Path": "/shared"
} }
} }
} }