add result component, env var and fetch functions
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"/_app": "pages/_app.js",
|
||||
"/_error": "pages/_error.js",
|
||||
"/_document": "pages/_document.js",
|
||||
"/results/[id]": "pages/results/[id].js",
|
||||
"/search": "pages/search.js",
|
||||
"/": "pages/index.js"
|
||||
"/": "pages/index.js",
|
||||
"/search": "pages/search.js"
|
||||
}
|
||||
Reference in New Issue
Block a user