Skip to content

Commit c58e276

Browse files
Merge pull request #50 from DSACMS/natalia/deployment
added missing 11ty vite files to postcss config for production build
2 parents 366a035 + 35d66d2 commit c58e276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/postcss.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = {
1111
"./site/**/*.html",
1212
"./site/**/*.md",
1313
"./src/**/*.js",
14+
"./.11ty-vite/**/*.html",
15+
"./.11ty-vite/**/*.js"
1416
],
1517
safelist: ["usa-js-loading"],
1618
extractors: [

0 commit comments

Comments
 (0)