parent
a17cf19717
commit
22478a1284
@ -1,9 +1,8 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
distDir: 'dist',
|
distDir: 'html',
|
||||||
basePath: '/html',
|
basePath: '/html',
|
||||||
assetPrefix: '/html/',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
Loading…
Reference in new issue