Skip to content

Commit 95e7e54

Browse files
Try subpath for loading on esm.sh
1 parent a523f1d commit 95e7e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egraph-visualizer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/saulshanabrook/egraph-visualizer.git"

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react()],
8-
base: "./",
8+
base: "./dist/",
99
build: {
1010
assetsInlineLimit: (path) => !path.includes("elk-worker"),
1111
lib: {

0 commit comments

Comments
 (0)