summaryrefslogtreecommitdiff
path: root/geshem/next.config.mjs
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 10:29:53 +0200
committerYuval Adam <_@yuv.al>2024-09-23 10:29:53 +0200
commit8a6ff5a2c15422badf0bc9c8166787dc23a71072 (patch)
treeda45cc6fc598520102260da87c3733107ef4e980 /geshem/next.config.mjs
parent51370d591d4f2ac4eddd8b2ea2f9c5118fbf9ab1 (diff)
Move all geshem/ files to root
Diffstat (limited to 'geshem/next.config.mjs')
-rw-r--r--geshem/next.config.mjs17
1 files changed, 0 insertions, 17 deletions
diff --git a/geshem/next.config.mjs b/geshem/next.config.mjs
deleted file mode 100644
index 9a6f2e0..0000000
--- a/geshem/next.config.mjs
+++ /dev/null
@@ -1,17 +0,0 @@
-/** @type {import('next').NextConfig} */
-const nextConfig = {
- async rewrites() {
- return [
- {
- source: '/imgs.json',
- destination: 'https://imgs.geshem.space/imgs.json',
- },
- {
- source: '/imgs/:path*',
- destination: 'https://imgs.geshem.space/imgs/:path*',
- },
- ];
- },
-};
-
-export default nextConfig;