source:
next.config.ts@
2d635ae
| Last change on this file since 2d635ae was 65f7b64, checked in by , 12 months ago | |
|---|---|
|
|
| File size: 133 bytes | |
| Line | |
|---|---|
| 1 | import type { NextConfig } from "next"; |
| 2 | |
| 3 | const nextConfig: NextConfig = { |
| 4 | /* config options here */ |
| 5 | }; |
| 6 | |
| 7 | export default nextConfig; |
Note:
See TracBrowser
for help on using the repository browser.
