Skip to content

Commit

Permalink
added base url in build options
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmip committed Mar 26, 2023
1 parent b1c9feb commit 751c561
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
17 changes: 0 additions & 17 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<link rel="stylesheet" href="global.css" />

<script type="module" src="main.js"></script>
<script type="module" src="dist/main.js"></script>
</head>

<body></body>
Expand Down
5 changes: 4 additions & 1 deletion snowpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module.exports = {
mount: {
src: "/",
src: "/dist",
public: "/",
},
plugins: [
Expand All @@ -17,4 +17,7 @@ module.exports = {
minify: true,
target: "es2017",
},
buildOptions: {
baseUrl: "/excelsior",
},
};
Empty file added svelte.config.js
Empty file.

0 comments on commit 751c561

Please sign in to comment.