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',
|
boxColorLight: '#e5e7eb',
|
||||||
highlightColorLight: '#2563eb',
|
highlightColorLight: '#2563eb',
|
||||||
textColorLight: '#1f2937',
|
textColorLight: '#1f2937',
|
||||||
|
|
||||||
boxColorDark: '#374151',
|
boxColorDark: '#374151',
|
||||||
highlightColorDark: '#60a5fa',
|
highlightColorDark: '#60a5fa',
|
||||||
textColorDark: '#fff',
|
textColorDark: '#fff',
|
||||||
|
@ -52,10 +51,6 @@ export default async function (eleventyConfig) {
|
||||||
jsTruthy: true,
|
jsTruthy: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
// tailwind watches
|
|
||||||
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
|
||||||
eleventyConfig.addWatchTarget('./tailwind.css')
|
|
||||||
|
|
||||||
// passthrough
|
// passthrough
|
||||||
eleventyConfig.addPassthroughCopy('src/assets')
|
eleventyConfig.addPassthroughCopy('src/assets')
|
||||||
eleventyConfig.addPassthroughCopy('_redirects')
|
eleventyConfig.addPassthroughCopy('_redirects')
|
||||||
|
|
Reference in a new issue