Reword the "test" About me to actually put real stuff in it. Will have to rework on the UI someday

This commit is contained in:
2023-12-24 10:50:31 +01:00
parent 8fbb6c5799
commit 8654f2d00a
7 changed files with 52 additions and 62 deletions

View File

@ -9,15 +9,13 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter(
{
pages: 'build',
assets: 'build',
fallback: 'index.html',
precompress: false,
strict: true
}
)
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: null,
precompress: false,
strict: false
})
}
};