Refactor folder structure

This commit is contained in:
venashial
2022-06-17 19:58:01 -07:00
parent 8204139df8
commit 137fbb638b
110 changed files with 45 additions and 52 deletions

View File

@@ -14,7 +14,7 @@ const config = defineConfig({
examples,
{
defaults: {
Wrapper: path.resolve('./src/docs/components/Example.svelte'),
Wrapper: path.resolve('./docs/components/Example.svelte'),
},
},
],
@@ -22,7 +22,7 @@ const config = defineConfig({
rehypePlugins: [],
layout: {
_: './src/docs/layout/page.svelte',
_: './docs/layout/page.svelte',
},
})