Skip to content

Commit 76f0a6f

Browse files
committed
test add_meta simple 9
1 parent 0803722 commit 76f0a6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailwind.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
purge: {
3-
content: ['./styles/*.css'],
4-
content: ['./page/*.js'],
3+
content: ['./pages/*.js'],
54
},
65
darkMode: 'class', // false or 'media' or 'class'
76
theme: {

0 commit comments

Comments
 (0)