remove search page and added search modal

This commit is contained in:
somrat sorkar
2023-12-11 15:00:43 +06:00
parent 4c3b181a46
commit 5da3079efb
12 changed files with 702 additions and 242 deletions
+3 -4
View File
@@ -1,13 +1,13 @@
{
"name": "astroplate",
"version": "2.4.0",
"version": "2.5.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"dev": "yarn generate-json && astro dev",
"build": "yarn generate-json && astro build",
"preview": "astro preview",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
@@ -24,7 +24,6 @@
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"disqus-react": "^1.1.5",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^11.0.0",