-
如题,想在moder.config.js的output.titleByEntries调整每个页面的标题,但是不生效。 output: {
title: '我的网站',
titleByEntries: {
blog: '博客',
'blog/comment': '博客评论',
},
}, 文件夹结构:
|
Beta Was this translation helpful? Give feedback.
Answered by
caohuilin
Nov 7, 2022
Replies: 1 comment
-
约定式路由是一个入口,默认入口名称是 main |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KotoriK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
约定式路由是一个入口,默认入口名称是 main
你这里的场景可以在每个路由下面使用 Helmet 自定义页面标题,文档参考:https://modernjs.dev/docs/apis/app/runtime/app/head