feat: set minimal frame for 404 and update canvas-page plugin

This commit is contained in:
saberzero1 2026-02-28 04:33:00 +01:00
parent 74fe409bbc
commit 98dcb1e79d
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,8 @@
"canvas-page": {
"source": "github:quartz-community/canvas-page",
"resolved": "https://github.com/quartz-community/canvas-page.git",
"commit": "f9b86371c320782b869accb9b78768b90a4e55b5",
"installedAt": "2026-02-26T15:50:19.754Z"
"commit": "698cb647ec19dfb37279e28ea63ce09bded7b963",
"installedAt": "2026-02-28T03:27:04.482Z"
},
"citations": {
"source": "github:quartz-community/citations",

View File

@ -28,5 +28,6 @@ export const NotFoundPageType: QuartzPageTypePlugin = () => ({
]
},
layout: "404",
frame: "minimal",
body: NotFound,
})