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