diff --git a/.node-version b/.node-version deleted file mode 100644 index 3c03207..0000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -18 diff --git a/.npmrc b/.npmrc deleted file mode 100644 index a269478..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -legacy-peer-deps=true -auto-install-peers=true diff --git a/public/_routes.json b/_routes.json similarity index 100% rename from public/_routes.json rename to _routes.json diff --git a/next.config.mjs b/next.config.mjs index 7b054f2..2033beb 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,9 +9,6 @@ const nextConfig = { images: { unoptimized: true, }, - output: 'export', - trailingSlash: true, - distDir: 'out', } -export default nextConfig +export default nextConfig \ No newline at end of file diff --git a/wrangler.toml b/wrangler.toml index 6b8b1b2..152a2cf 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,7 +1,4 @@ name = "ebb-n-flow-website" compatibility_date = "2024-01-01" -pages_build_output_dir = "out" - -[build] -command = "npm run build" +pages_build_output_dir = "."