Skip to content
Snippets Groups Projects
Commit 7fc208eb authored by sandcha's avatar sandcha
Browse files

Fix config.kit.target error

parent 3e24d968
No related branches found
No related tags found
1 merge request!6Met à jour les dépendances de l'application
......@@ -7,6 +7,6 @@
%svelte.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
<div>%svelte.body%</div>
</body>
</html>
......@@ -10,10 +10,6 @@ const config = {
adapter: node({
precompress: true,
}),
// hydrate the <div id="svelte"> element in src/app.html
target: "#svelte",
vite: {
build: {
// Increase size of chunks to 3 MB, to be able to import
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment