diff --git a/example/next.config.mjs b/example/next.config.mjs index 483491e..4678774 100644 --- a/example/next.config.mjs +++ b/example/next.config.mjs @@ -1,6 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - destDir: "out", -}; +const nextConfig = {}; export default nextConfig; diff --git a/netlify.toml b/netlify.toml index be89c08..637e791 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] base = "example" - publish = "example/out" # or "example/.next" + publish = "example/.next" command = "npm run build"