aboutsummaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/next.config.js b/next.config.js
deleted file mode 100644
index e70331f..0000000
--- a/next.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- async rewrites() {
- return [
- {
- source: '/api/:path*',
- destination: 'http://localhost:5000/:path*'
- },
- ]
- },
-}