diff options
| author | diogo464 <[email protected]> | 2025-08-11 11:51:39 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-11 11:51:39 +0100 |
| commit | 4af66f418b6837b6441b4e8eaf2d8ede585238b9 (patch) | |
| tree | 34a4e913a2848515166b2ac0489794419a33bfcc /frontend/next.config.ts | |
| parent | 0d3488a3811c8d58bd570af64cc29840df9ba439 (diff) | |
snapshot
Diffstat (limited to 'frontend/next.config.ts')
| -rw-r--r-- | frontend/next.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/next.config.ts b/frontend/next.config.ts new file mode 100644 index 0000000..e9ffa30 --- /dev/null +++ b/frontend/next.config.ts | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | import type { NextConfig } from "next"; | ||
| 2 | |||
| 3 | const nextConfig: NextConfig = { | ||
| 4 | /* config options here */ | ||
| 5 | }; | ||
| 6 | |||
| 7 | export default nextConfig; | ||
