We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad39cc4 commit d41815fCopy full SHA for d41815f
1 file changed
solid-watchparty/github-post-build-script.js
@@ -6,7 +6,7 @@ const routes = [
6
"/menu",
7
"/watch"
8
];
9
-const dir = "./src/" + viteConfig.build.outDir;
+const dir = viteConfig.build.outDir;
10
11
for (const route of routes) {
12
fs.cpSync(dir + "/index.html", dir + route + "/index.html");
0 commit comments