-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix notfound meta for homepage (#933)
* fix wrong permalink for rootpage * not-found to use schema/not-found instead * add not-found.json
- Loading branch information
1 parent
fd5d5cc
commit 5fbb113
Showing
4 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"version": "0.1.0", | ||
"layout": "homepage", | ||
"page": { | ||
"title": "Home" | ||
}, | ||
"content": [ | ||
{ | ||
"type": "hero", | ||
"variant": "gradient", | ||
"backgroundColor": "black", | ||
"title": "Ministry of Trade and Industry", | ||
"subtitle": "A leading global city of enterprise and talent, a vibrant nation of innovation and opportunity", | ||
"buttonLabel": "Main CTA", | ||
"buttonUrl": "/", | ||
"secondaryButtonLabel": "Sub CTA", | ||
"secondaryButtonUrl": "/", | ||
"backgroundUrl": "https://ohno.isomer.gov.sg/images/hero-banner.png" | ||
}, | ||
{ | ||
"type": "infobar", | ||
"title": "This is an infobar", | ||
"description": "This is the description that goes into the Infobar section" | ||
}, | ||
{ | ||
"type": "infopic", | ||
"title": "This is an infopic", | ||
"description": "This is the description for the infopic component", | ||
"imageSrc": "https://placehold.co/600x400" | ||
}, | ||
{ | ||
"type": "keystatistics", | ||
"statistics": [ | ||
{ | ||
"label": "Average all nighters pulled in a typical calendar month", | ||
"value": "3" | ||
}, | ||
{ | ||
"label": "Growth in tasks assigned Q4 2024 (YoY)", | ||
"value": "+12.2%" | ||
}, | ||
{ | ||
"label": "Creative blocks met per single evening", | ||
"value": "89" | ||
}, | ||
{ | ||
"value": "4.0", | ||
"label": "Number of lies in this stat block" | ||
} | ||
], | ||
"variant": "top", | ||
"title": "Irrationality in numbers" | ||
} | ||
] | ||
} |