resolve conflicts and add readme and correct pathnames

This commit is contained in:
ismailsosic
2023-03-09 18:16:23 +01:00
parent 38ce721f52
commit b6ef397899
31 changed files with 50 additions and 27 deletions

View File

@@ -1,7 +1,8 @@
{
"/_app": "pages/_app.js",
"/_document": "pages/_document.js",
"/_error": "pages/_error.js",
"/": "pages/index.js",
"/search": "pages/search.js"
"/_document": "pages/_document.js",
"/search": "pages/search.js",
"/[book]/[type]/[id]": "pages/[book]/[type]/[id].js",
"/": "pages/index.js"
}