sixty5-street/next.config.js
2025-07-19 18:58:20 +05:30

8 lines
138 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output:"export",
trailingSlash: true
}
module.exports = nextConfig