Skip to content

Commit 0419e04

Browse files
authored
Merge pull request #26 from SolidLabResearch/master
Fix github-post-build-script.js
2 parents 4306c16 + d41815f commit 0419e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid-watchparty/github-post-build-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const routes = [
66
"/menu",
77
"/watch"
88
];
9-
const dir = "./src/" + viteConfig.build.outDir;
9+
const dir = viteConfig.build.outDir;
1010

1111
for (const route of routes) {
1212
fs.cpSync(dir + "/index.html", dir + route + "/index.html");

0 commit comments

Comments
 (0)