Skip to content

Commit

Permalink
Merge pull request #26 from SolidLabResearch/master
Browse files Browse the repository at this point in the history
Fix github-post-build-script.js
  • Loading branch information
maartyman authored Mar 1, 2024
2 parents 4306c16 + d41815f commit 0419e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid-watchparty/github-post-build-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const routes = [
"/menu",
"/watch"
];
const dir = "./src/" + viteConfig.build.outDir;
const dir = viteConfig.build.outDir;

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

0 comments on commit 0419e04

Please sign in to comment.