We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6844f commit 9e33dcdCopy full SHA for 9e33dcd
1 file changed
svelte.config.js
@@ -6,6 +6,7 @@ const config = {
6
adapter: adapter(),
7
paths: {
8
base: process.env.NODE_ENV === "production" ? "/Pool-viewer" : "",
9
+ relative: false
10
},
11
12
};
0 commit comments