7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./public/**/*.html',
|
|
'./src/**/*.{astro,js,jsx,svelte,ts,tsx,vue}',
|
|
],
|
|
// more options here
|
|
}; |