File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import { ColorCard } from "@/components/ColorCard";
66import { ExampleLayout } from "@/components/ExampleLayout" ;
77import { ConfigPreview } from "@/components/ConfigPreview" ;
88
9+ export const revalidate = 60 * 60 * 24 ;
10+
911export default async function CustomExample ( ) {
1012 const config = await getTailwindConfig (
1113 "../../apps/example/tailwind-custom.config.js"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import { ColorCard } from "@/components/ColorCard";
66import { ExampleLayout } from "@/components/ExampleLayout" ;
77import { ConfigPreview } from "@/components/ConfigPreview" ;
88
9+ export const revalidate = 60 * 60 * 24 ;
10+
911export default async function CustomExample ( ) {
1012 const config = await getTailwindConfig (
1113 "../../apps/example/tailwind-radix.config.js"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import { ColorCard } from "@/components/ColorCard";
66import { ExampleLayout } from "@/components/ExampleLayout" ;
77import { ConfigPreview } from "@/components/ConfigPreview" ;
88
9+ export const revalidate = 60 * 60 * 24 ;
10+
911export default async function CustomExample ( ) {
1012 const config = await getTailwindConfig (
1113 "../../apps/example/tailwind-tailwind.config.js"
You can’t perform that action at this time.
0 commit comments