From 2d76057a3410966f3a42d445c1bb667c2c3272dc Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 25 Dec 2024 05:14:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(=5Fna):=20fix=20.no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + public/404.html | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 public/404.html diff --git a/package.json b/package.json index a8ee40ed..16579db0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "eslint .", "preview": "vite preview", "predeploy": "npm run build", + "postbuild": "echo > dist/.nojekyll", "deploy": "gh-pages -d dist" }, "dependencies": { diff --git a/public/404.html b/public/404.html new file mode 100644 index 00000000..b21ff7d0 --- /dev/null +++ b/public/404.html @@ -0,0 +1,24 @@ + + + + + Snigdha OS + + + + + \ No newline at end of file