mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 22:15:42 -05:00
feat: set minimal frame for 404 and update canvas-page plugin
This commit is contained in:
parent
74fe409bbc
commit
98dcb1e79d
@ -34,8 +34,8 @@
|
|||||||
"canvas-page": {
|
"canvas-page": {
|
||||||
"source": "github:quartz-community/canvas-page",
|
"source": "github:quartz-community/canvas-page",
|
||||||
"resolved": "https://github.com/quartz-community/canvas-page.git",
|
"resolved": "https://github.com/quartz-community/canvas-page.git",
|
||||||
"commit": "f9b86371c320782b869accb9b78768b90a4e55b5",
|
"commit": "698cb647ec19dfb37279e28ea63ce09bded7b963",
|
||||||
"installedAt": "2026-02-26T15:50:19.754Z"
|
"installedAt": "2026-02-28T03:27:04.482Z"
|
||||||
},
|
},
|
||||||
"citations": {
|
"citations": {
|
||||||
"source": "github:quartz-community/citations",
|
"source": "github:quartz-community/citations",
|
||||||
|
|||||||
@ -28,5 +28,6 @@ export const NotFoundPageType: QuartzPageTypePlugin = () => ({
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
layout: "404",
|
layout: "404",
|
||||||
|
frame: "minimal",
|
||||||
body: NotFound,
|
body: NotFound,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user