abtmtr-v9/next.config.mjs

7 lines
115 B
JavaScript
Raw Permalink Normal View History

2024-04-01 04:59:39 +00:00
/** @type {import('next').NextConfig} */
2024-04-02 04:32:50 +00:00
const nextConfig = {
trailingSlash: true
};
2024-04-01 04:59:39 +00:00
export default nextConfig;