fix(frontend): Disable strict pre-rendering
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import adapter from '@sveltejs/adapter-static';
|
||||
|
||||
const config = { kit: { adapter: adapter() } };
|
||||
const config = { kit: { adapter: adapter({ strict: false }) } };
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user