Fixes so services page comes up (hopefully)
This commit is contained in:
@@ -1 +1,4 @@
|
||||
# Only run CI tests when files under src/ are changed
|
||||
if git diff --cached --name-only | grep -q '^src/'; then
|
||||
pnpm run test:ci
|
||||
fi
|
||||
|
||||
@@ -103,9 +103,9 @@ http {
|
||||
access_log off;
|
||||
}
|
||||
|
||||
# Default location
|
||||
# Default location: try $uri.html so /services serves services.html, /services/foo serves services/foo.html
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri.html $uri/ /index.html;
|
||||
}
|
||||
|
||||
# 410 Gone: permanently removed URLs (tells crawlers to deindex)
|
||||
|
||||
Reference in New Issue
Block a user