reafactor: converted the entire thing into a nextjs app
This commit is contained in:
6
.next/server/app-paths-manifest.json
Normal file
6
.next/server/app-paths-manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"/_global-error/page": "app/_global-error/page.js",
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/privacy/page": "app/privacy/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user