fix shoelace assets

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-04-12 14:19:44 -07:00
parent 6cba473625
commit 567d591f42
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import { ShareSessionDialog } from "./share";
import { setBasePath } from "@shoelace-style/shoelace/dist/utilities/base-path.js";
// Set the base path to the folder you copied Shoelace's assets to
setBasePath("/shoelace");
setBasePath("shoelace");
import "@shoelace-style/shoelace/dist/components/split-panel/split-panel.js";

View File

@@ -33,7 +33,7 @@ module.exports = {
__dirname,
"node_modules/@shoelace-style/shoelace/dist/assets",
),
to: path.resolve(__dirname, "dist/shoelace/assets"),
to: "shoelace/assets",
},
],
}),

View File

@@ -30,7 +30,7 @@ module.exports = {
__dirname,
"node_modules/@shoelace-style/shoelace/dist/assets",
),
to: path.resolve(__dirname, "dist/shoelace/assets"),
to: "shoelace/assets",
},
],
}),