summaryrefslogtreecommitdiff
path: root/frontend/next.config.ts
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-11 11:51:39 +0100
committerdiogo464 <[email protected]>2025-08-11 11:51:39 +0100
commit4af66f418b6837b6441b4e8eaf2d8ede585238b9 (patch)
tree34a4e913a2848515166b2ac0489794419a33bfcc /frontend/next.config.ts
parent0d3488a3811c8d58bd570af64cc29840df9ba439 (diff)
snapshot
Diffstat (limited to 'frontend/next.config.ts')
-rw-r--r--frontend/next.config.ts7
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 @@
1import type { NextConfig } from "next";
2
3const nextConfig: NextConfig = {
4 /* config options here */
5};
6
7export default nextConfig;