We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f8f0f commit 38973e5Copy full SHA for 38973e5
1 file changed
next.config.ts
@@ -101,8 +101,8 @@ const nextConfig: NextConfig = {
101
"@better-fetch/fetch@1.1.21": "MIT",
102
},
103
includePackages: () =>
104
- ["tailwindcss", "@fontsource/m-plus-rounded-1c"].map((pkg) =>
105
- dirname(import.meta.resolve(`${pkg}/package.json`))
+ ["tailwindcss", "daisyui", "@fontsource/m-plus-rounded-1c"].map(
+ (pkg) => dirname(import.meta.resolve(`${pkg}/package.json`))
106
),
107
})
108
);
0 commit comments