File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"aliases" : {
14
14
"components" : " @/components" ,
15
- "utils" : " @/_utilities "
15
+ "utils" : " @/utilities "
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import { RenderBlocks } from '@/blocks/RenderBlocks'
13
13
import { RenderHero } from '@/heros/RenderHero'
14
14
import { generateMeta } from '@/utilities/generateMeta'
15
15
16
+ export const dynamic = 'force-static'
17
+
16
18
export async function generateStaticParams ( ) {
17
19
const payload = await getPayloadHMR ( { config : configPromise } )
18
20
const pages = await payload . find ( {
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import { PostHero } from '@/heros/PostHero'
14
14
import { generateMeta } from '@/utilities/generateMeta'
15
15
import PageClient from './page.client'
16
16
17
+ export const dynamic = 'force-static'
18
+
17
19
export async function generateStaticParams ( ) {
18
20
const payload = await getPayloadHMR ( { config : configPromise } )
19
21
const posts = await payload . find ( {
You can’t perform that action at this time.
0 commit comments