From ca81ea6433af1c5231ea52b4692812e2f39aeb09 Mon Sep 17 00:00:00 2001
From: eug-vs <eugene@eug-vs.xyz>
Date: Fri, 23 Sep 2022 19:46:49 +0300
Subject: feat: redirect / to index

---
 next.config.js | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 next.config.js

(limited to 'next.config.js')

diff --git a/next.config.js b/next.config.js
deleted file mode 100644
index 63fbc33..0000000
--- a/next.config.js
+++ /dev/null
@@ -1,11 +0,0 @@
-/** @type {import('next').NextConfig} */
-const nextConfig = {
-  reactStrictMode: true,
-  experimental: {
-    images: {
-      allowFutureImage: true,
-    },
-  },
-}
-
-module.exports = nextConfig
-- 
cgit v1.2.3