Skip to content

Commit

Permalink
fixing vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Feb 13, 2024
1 parent dc301a2 commit dc0650b
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 @@ -11,7 +11,7 @@ export default {
imprint: new URL("./src/imprint.html", import.meta.url).pathname,
terms: new URL("./src/terms.html", import.meta.url).pathname,
privacy: new URL("./src/privacy.html", import.meta.url).pathname,
docs: new URL("./src/docs.html", import.meta.url).pathname,
docs: new URL("./src/documentation.html", import.meta.url).pathname,
},
},
},
Expand Down

0 comments on commit dc0650b

Please sign in to comment.