Compare commits
2 Commits
developmen
...
2e7bab78b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e7bab78b7 | |||
| 1c5c881876 |
@@ -1,4 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
|
||||
Reference in New Issue
Block a user