mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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: {
|
purge: {
|
||||||
enabled: true,//process.env.NODE_ENV === 'production',
|
enabled: true,//process.env.NODE_ENV === 'production',
|
||||||
content: [
|
content: [
|
||||||
|
|
||||||
|
// Nuxt
|
||||||
|
'nuxt.config.js',
|
||||||
'components/**/*.vue',
|
'components/**/*.vue',
|
||||||
'layouts-eleventy/**/*.js',
|
|
||||||
'layouts/**/*.vue',
|
'layouts/**/*.vue',
|
||||||
'pages/**/*.vue',
|
'pages/**/*.vue',
|
||||||
'pages-eleventy/**/*.js',
|
|
||||||
'plugins/**/*.js',
|
'plugins/**/*.js',
|
||||||
'nuxt.config.js'
|
|
||||||
|
// Eleventy
|
||||||
|
'layouts-eleventy/**/*.js',
|
||||||
|
'pages-eleventy/**/*.js',
|
||||||
|
|
||||||
|
// Astro
|
||||||
|
'src/**/*.astro',
|
||||||
|
'src/**/*.vue',
|
||||||
|
'src/**/*.js',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
future: {
|
future: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue