diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-29 21:33:44 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-29 21:33:44 -0400 |
| commit | 4afdb7370dcc8df71c648eb76a7e126cb888e65c (patch) | |
| tree | 70d90bf64f5efb19997f115ee6d9317005c34473 /next.config.ts | |
| download | alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.gz alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.bz2 alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.zip | |
Initial commit from Create Next App
Diffstat (limited to 'next.config.ts')
| -rw-r--r-- | next.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/next.config.ts b/next.config.ts new file mode 100644 index 0000000..e9ffa30 --- /dev/null +++ b/next.config.ts @@ -0,0 +1,7 @@ +import type { NextConfig } from "next"; + +const nextConfig: NextConfig = { + /* config options here */ +}; + +export default nextConfig; |
