出现的问题 解决方案 next.config.js /** @type {import('next').NextConfig} */ const nextConfig = {trailingSlash: true} module.exports = nextConfig