diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-14 15:52:47 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-14 15:52:47 -0800 |
| commit | a7701e6183956531a6930fac484acb52e22baf85 (patch) | |
| tree | 10d83f72b2586d1a0b8b99213ca0fa19f8ac7ae3 /next.config.js | |
Initial commit from Create Next App
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..767719f --- /dev/null +++ b/next.config.js @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = {} + +module.exports = nextConfig |
