From a8978dd26a932f2a1ff9badccf41b9f11c2776bc Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 31 May 2024 14:51:23 +0100 Subject: [PATCH] fix: remove setbasepath in favour of bundles icons --- components/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/index.ts b/components/index.ts index f1d0f07..d9335d7 100644 --- a/components/index.ts +++ b/components/index.ts @@ -1,11 +1,6 @@ // Index to import all components together // import '@hotosm/ui/components'; -// setBasePath makes the icons available via CDN, instead of expecting them to be -// on the webserver the runs the web-component -import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path.js'; -setBasePath('https://cdn.jsdelivr.net/npm/@hotosm/ui@latest/dist'); - export { default as Button } from './Button'; export { default as Header } from './Header'; export { default as Toolbar } from './Toolbar';