nextjs output:static

This commit is contained in:
Noble
2025-01-21 14:15:21 +01:00
parent def75904dd
commit 46540705cc
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/node_modules/
/

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
}
module.exports = nextConfig