Skip to content

Commit

Permalink
Maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepIsla committed Nov 21, 2023
1 parent 6133d16 commit 9d9b234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file removed static/assets/.nojekyll
Empty file.
5 changes: 4 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const config = {
pages: "build",
assets: "build",
fallback: null
})
}),
paths: {
base: process.env.NODE_ENV === "production" ? "/demo-crosshair-code" : ""
}
}
};

Expand Down

0 comments on commit 9d9b234

Please sign in to comment.