Skip to content

Commit 1e3ee29

Browse files
committed
💣 "dist" subdirectory is no longer needed to import static resources
1 parent dcc25c9 commit 1e3ee29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/GettingStarted.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ In your Webcomponents root you should import the MDE5-CSS and SVG-Sprite for MDE
3939
lang="ts"
4040
setup
4141
>
42-
import customIconsSprite from "@muenchen/muc-patternlab-vue/dist/assets/temporary/custom-icons.svg?raw";
43-
import mucIconsSprite from "@muenchen/muc-patternlab-vue/dist/assets/temporary/muc-icons.svg?raw";
42+
import customIconsSprite from "@muenchen/muc-patternlab-vue/assets/temporary/custom-icons.svg?raw";
43+
import mucIconsSprite from "@muenchen/muc-patternlab-vue/assets/temporary/muc-icons.svg?raw";
4444
</script>
4545

4646
<template>
@@ -52,9 +52,9 @@ In your Webcomponents root you should import the MDE5-CSS and SVG-Sprite for MDE
5252
</template>
5353

5454
<style>
55-
@import "@muenchen/muc-patternlab-vue/dist/assets/temporary/muenchende-style.css";
56-
@import "@muenchen/muc-patternlab-vue/dist/assets/temporary/custom-style.css";
57-
@import "@muenchen/muc-patternlab-vue/dist/style.css";
55+
@import "@muenchen/muc-patternlab-vue/assets/temporary/muenchende-style.css";
56+
@import "@muenchen/muc-patternlab-vue/assets/temporary/custom-style.css";
57+
@import "@muenchen/muc-patternlab-vue/style.css";
5858
</style>
5959
```
6060

0 commit comments

Comments
 (0)