添加一些数据
This commit is contained in:
9
demo-next/next.config.js
Normal file
9
demo-next/next.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
distDir: 'dist',
|
||||
images: {
|
||||
unoptimized: true
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user