File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ export const useAppLayout = () => {
4646 ] ,
4747 } )
4848
49- // i18n
50- useHeadSafe ( useLocaleHead ( ) . value )
51-
5249 // seo
5350 useSeoMeta ( {
5451 twitterSite : SEO_META_TWITTER_SITE ,
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ export const i18nConfig: ReturnType<DefineNuxtConfig> = {
66 i18n : {
77 defaultLocale : 'en' , // Must be set for the default prefix_except_default prefix strategy.
88 detectBrowserLanguage : false ,
9+ experimental : {
10+ strictSeo : true ,
11+ } ,
912 locales : LOCALES ,
1013 } ,
1114}
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ export const testMetadata = async ({
302302 } ,
303303 {
304304 key : 'href' ,
305- value : `${ SITE_URL } ${ path } ` ,
305+ value : withoutTrailingSlash ( `${ SITE_URL } ${ path } ` ) ,
306306 } ,
307307 ] ,
308308 } ,
You can’t perform that action at this time.
0 commit comments