Skip to content

Commit 7458232

Browse files
committed
Update export directory
1 parent 6f0299d commit 7458232

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = "CI=false npm run build"
3-
publish = "out"
3+
publish = ".next"
44
environment = { NEXT_PUBLIC_REACT_APP_URL = 'https://hackillinois.org' }
55

66
[functions]

next.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {
3-
distDir: "out"
4-
};
2+
const nextConfig = { };
53

64
module.exports = nextConfig;

0 commit comments

Comments
 (0)