React -- nextjs src/pages里的文件在浏览器显示404

出现的问题

React -- nextjs src/pages里的文件在浏览器显示404_第1张图片

解决方案

next.config.js

/** @type {import('next').NextConfig} */
const nextConfig = {trailingSlash: true}

module.exports = nextConfig

你可能感兴趣的:(React.js,react.js,前端,前端框架)