Skip to content

Commit 18f0169

Browse files
committed
Update Tailwind CSS content paths for Next.js compatibility
1 parent 5a4f07b commit 18f0169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const colors = require('./colors');
1414

1515
module.exports = {
1616
content: [
17+
'./src/app/**/*.{js,ts,jsx,tsx}',
1718
'./src/components/**/*.{js,ts,jsx,tsx}',
18-
'./src/pages/**/*.{js,ts,jsx,tsx}',
1919
'./src/styles/**/*.{js,ts,jsx,tsx}',
2020
],
2121
darkMode: 'class',

0 commit comments

Comments
 (0)