feat(docs): add data script
* fetches npm & github info * add vite plugin icons
This commit is contained in:
@@ -6,7 +6,7 @@ import windiColors from 'windicss/colors'
|
||||
|
||||
export default defineConfig({
|
||||
extract: {
|
||||
include: [resolve(__dirname, 'components/**/*.{ts,md,vue}')],
|
||||
include: [resolve(__dirname, 'components/**/*.{ts,md,vue}'), resolve(__dirname, '../src/**/*.{ts,md,vue}')],
|
||||
},
|
||||
|
||||
attributify: true,
|
||||
|
||||
Reference in New Issue
Block a user