mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add astro to tailwind content
This commit is contained in:
parent
73f4124c01
commit
14fee9158d
1 changed files with 12 additions and 3 deletions
|
|
@ -2,13 +2,22 @@ module.exports = {
|
|||
purge: {
|
||||
enabled: true,//process.env.NODE_ENV === 'production',
|
||||
content: [
|
||||
|
||||
// Nuxt
|
||||
'nuxt.config.js',
|
||||
'components/**/*.vue',
|
||||
'layouts-eleventy/**/*.js',
|
||||
'layouts/**/*.vue',
|
||||
'pages/**/*.vue',
|
||||
'pages-eleventy/**/*.js',
|
||||
'plugins/**/*.js',
|
||||
'nuxt.config.js'
|
||||
|
||||
// Eleventy
|
||||
'layouts-eleventy/**/*.js',
|
||||
'pages-eleventy/**/*.js',
|
||||
|
||||
// Astro
|
||||
'src/**/*.astro',
|
||||
'src/**/*.vue',
|
||||
'src/**/*.js',
|
||||
]
|
||||
},
|
||||
future: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue