add search page and search style

This commit is contained in:
ismailsosic
2022-12-30 04:02:16 +01:00
parent fe233c8562
commit 6eb127b8f9
40 changed files with 395 additions and 3622 deletions

View File

@@ -2,5 +2,5 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js"
"/search": "pages/search.js"
}