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