diff --git a/netlify.toml b/netlify.toml index 025dc878..e9405680 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,8 +4,8 @@ X-Frame-Options = "ALLOW-FROM https://www.youtube.com/" [build] - command = "npm run build" - publish = ".next" + command = "npm run build && npm run export" + publish = "out" [build.environment] NODE_VERSION = "16.13.2"