Compare commits

...

1 Commits

2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,5 @@ else
echo "No runtime template found at $TEMPLATE_PATH, skipping" echo "No runtime template found at $TEMPLATE_PATH, skipping"
fi fi
# Start nginx in foreground
exec nginx -g 'daemon off;' exec nginx -g 'daemon off;'

View File

@@ -22,6 +22,9 @@ export default defineConfig({
globPatterns: [ globPatterns: [
'**/*.{js,css,html,ico,png,svg,webmanifest}', '**/*.{js,css,html,ico,png,svg,webmanifest}',
], ],
navigateFallbackDenylist: [
/^\/api/,
],
}, },
manifest: { manifest: {