404 page, robots- and security.txt

This commit is contained in:
Martin Berg Alstad
2022-12-23 14:57:53 +01:00
parent 91efb8e14e
commit 79887d55ba
11 changed files with 93 additions and 3 deletions

View File

@ -8,5 +8,11 @@ export default defineConfig({
},
build: {
target: 'esnext',
rollupOptions: {
input: {
main: "index.html",
"404": "404.html",
}
}
},
});