chore: remove old watches
This commit is contained in:
parent
741ac2e9b8
commit
d5be2210b9
1 changed files with 0 additions and 5 deletions
|
@ -37,7 +37,6 @@ export default async function (eleventyConfig) {
|
|||
boxColorLight: '#e5e7eb',
|
||||
highlightColorLight: '#2563eb',
|
||||
textColorLight: '#1f2937',
|
||||
|
||||
boxColorDark: '#374151',
|
||||
highlightColorDark: '#60a5fa',
|
||||
textColorDark: '#fff',
|
||||
|
@ -52,10 +51,6 @@ export default async function (eleventyConfig) {
|
|||
jsTruthy: true,
|
||||
})
|
||||
|
||||
// tailwind watches
|
||||
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
||||
eleventyConfig.addWatchTarget('./tailwind.css')
|
||||
|
||||
// passthrough
|
||||
eleventyConfig.addPassthroughCopy('src/assets')
|
||||
eleventyConfig.addPassthroughCopy('_redirects')
|
||||
|
|
Reference in a new issue