change pathnames and readme

This commit is contained in:
ismailsosic
2023-03-09 01:10:06 +01:00
parent 71811fac4b
commit 0a01e536e4
20 changed files with 246 additions and 14 deletions

View File

@@ -2,5 +2,10 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
<<<<<<< Updated upstream
=======
"/[book]/[type]/[id]": "pages/[book]/[type]/[id].js",
"/": "pages/index.js",
>>>>>>> Stashed changes
"/search": "pages/search.js"
}