hero
This commit is contained in:
parent
6a754448bf
commit
230e54fcba
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
||||||
})
|
})
|
||||||
|
|
||||||
// Remove this code once your website is seeded
|
// Remove this code once your website is seeded
|
||||||
if (!page && slug === 'home') {
|
if (decodedSlug === 'home' || decodedSlug === 'home2') {
|
||||||
page = homeStatic
|
page = homeStatic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue