Skip to content

Commit

Permalink
Fixed vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
otigges committed Sep 30, 2023
1 parent 4759ed4 commit 31d590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
rollupOptions: {
input: {
main: new URL("./src/index.html", import.meta.url).pathname,
main: new URL("./src/imprint.html", import.meta.url).pathname,
imprint: new URL("./src/imprint.html", import.meta.url).pathname,
},
},
},
Expand Down

0 comments on commit 31d590b

Please sign in to comment.