mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
feat: 404 page emitter
This commit is contained in:
parent
2d52eba413
commit
8d6029b7b8
7 changed files with 75 additions and 4 deletions
quartz/components
|
@ -1,7 +1,8 @@
|
|||
import ArticleTitle from "./ArticleTitle"
|
||||
import Content from "./pages/Content"
|
||||
import TagContent from "./pages/TagContent"
|
||||
import FolderContent from "./pages/FolderContent"
|
||||
import NotFound from "./pages/404"
|
||||
import ArticleTitle from "./ArticleTitle"
|
||||
import Darkmode from "./Darkmode"
|
||||
import Head from "./Head"
|
||||
import PageTitle from "./PageTitle"
|
||||
|
@ -36,4 +37,5 @@ export {
|
|||
DesktopOnly,
|
||||
MobileOnly,
|
||||
RecentNotes,
|
||||
NotFound,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue