Compare commits
1 Commits
0.23.1
...
cd950e9521
| Author | SHA1 | Date | |
|---|---|---|---|
| cd950e9521 |
@@ -15,6 +15,5 @@ else
|
||||
echo "No runtime template found at $TEMPLATE_PATH, skipping"
|
||||
fi
|
||||
|
||||
# Start nginx in foreground
|
||||
exec nginx -g 'daemon off;'
|
||||
|
||||
|
||||
@@ -22,6 +22,9 @@ export default defineConfig({
|
||||
globPatterns: [
|
||||
'**/*.{js,css,html,ico,png,svg,webmanifest}',
|
||||
],
|
||||
navigateFallbackDenylist: [
|
||||
/^\/api/,
|
||||
],
|
||||
},
|
||||
|
||||
manifest: {
|
||||
|
||||
Reference in New Issue
Block a user