fix shoelace assets
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ module.exports = {
|
||||
__dirname,
|
||||
"node_modules/@shoelace-style/shoelace/dist/assets",
|
||||
),
|
||||
to: path.resolve(__dirname, "dist/shoelace/assets"),
|
||||
to: "shoelace/assets",
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
@@ -30,7 +30,7 @@ module.exports = {
|
||||
__dirname,
|
||||
"node_modules/@shoelace-style/shoelace/dist/assets",
|
||||
),
|
||||
to: path.resolve(__dirname, "dist/shoelace/assets"),
|
||||
to: "shoelace/assets",
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user