gamejam_v1 / next.config.mjs
rolexx's picture
Add application file
f5e13ae
raw
history blame contribute delete
135 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'dist'
};
export default nextConfig;