Skip to content

Commit

Permalink
refactor: move docs components
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 22, 2024
1 parent e67f185 commit b589934
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ export default defineNuxtConfig({
'shadcn-nuxt',
'unplugin-info/nuxt'
],
components: [
{
path: '~/components/common',
pathPrefix: false
},
{
path: '~/components/docs',
pathPrefix: false
}
],
alias: {
'get-bonus': fileURLToPath(new URL('./packages/get-bonus/src/index.ts', import.meta.url))
},
Expand Down

0 comments on commit b589934

Please sign in to comment.