Files
old-kitabcitab-frontend/kitabcitab/.next/server/pages-manifest.json
2023-03-09 01:10:06 +01:00

11 lines
270 B
JSON

{
"/_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"
}