Skip to content

Commit

Permalink
fix(docs): module import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 21, 2021
1 parent 7f68ae7 commit 84ec25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* @unocss-include */

import { defineNuxtConfig } from 'nuxt3'
import module from '../src/module'

// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
export default defineNuxtConfig({
Expand All @@ -20,7 +21,7 @@ export default defineNuxtConfig({
}
},
buildModules: [
'../src'
module
],
ui: {
colors: {
Expand Down

1 comment on commit 84ec25b

@vercel
Copy link

@vercel vercel bot commented on 84ec25b Dec 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.