From e24f3ca0b2e051ea79c61039657c3dab7ea615de Mon Sep 17 00:00:00 2001 From: xihale Date: Tue, 22 Jul 2025 16:45:41 +0800 Subject: [PATCH] feat: add 404.html to static assets --- assets/404.html | 33 +++++++++++++++++++++++++++++++++ zine.ziggy | 1 + 2 files changed, 34 insertions(+) create mode 100644 assets/404.html diff --git a/assets/404.html b/assets/404.html new file mode 100644 index 0000000..2fcdc3e --- /dev/null +++ b/assets/404.html @@ -0,0 +1,33 @@ + + + + + + 404 - Page Not Found + + + + + + + + + + +

404 - Page Not Found

+ + diff --git a/zine.ziggy b/zine.ziggy index 1fe8372..2a8bd5f 100644 --- a/zine.ziggy +++ b/zine.ziggy @@ -5,5 +5,6 @@ Site { .layouts_dir_path = "layouts", .assets_dir_path = "assets", .static_assets = [ + "404.html" ], }