Fix reproducible frontend Docker deployment

This commit is contained in:
faligam
2026-09-06 16:47:39 +02:00
parent c7b091d1e3
commit 37636e144b
21 changed files with 2799 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ const config = {
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: undefined,
fallback: 'index.html',
precompress: false,
strict: true
}),
@@ -19,4 +19,4 @@ const config = {
preprocess: vitePreprocess()
};
export default config;
export default config;