Skip to content

Commit

Permalink
[examples] Limit TW config to render package
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed May 28, 2024
1 parent 8bb992b commit a1e7913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config: Config = {
content: [
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./node_modules/@react-notion-cms/**/*.{js,ts,jsx,tsx}",
"./node_modules/@react-notion-cms/render/**/*.{js,ts,jsx,tsx}",
],
}
export default config

0 comments on commit a1e7913

Please sign in to comment.