提交 dee70f02 编写于 作者: S samsisle

Update next.config.js rewrites

上级 1afcf67c
const { BLOG_URL } = process.env
module.exports = {
rewrites() {
async rewrites() {
return [
{
source: '/:path*',
destination: `/:path*`,
},
{
source: '/blog',
destination: `${BLOG_URL}/blog`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册