diff --git a/.gitignore b/.gitignore index 2ccbe46..e41d6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /node_modules/ +/ \ No newline at end of file diff --git a/cansat/next.config.js b/cansat/next.config.js index a843cbe..7b971ca 100644 --- a/cansat/next.config.js +++ b/cansat/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + output: 'export', } module.exports = nextConfig