diff --git a/docs/1.getting-started/5.seo-meta.md b/docs/1.getting-started/5.seo-meta.md index 01f819ee88..75409070bb 100644 --- a/docs/1.getting-started/5.seo-meta.md +++ b/docs/1.getting-started/5.seo-meta.md @@ -300,7 +300,7 @@ In the example below, `titleTemplate` is set either as a string with the `%s` pl ### Add External CSS -The example below inserts Google Fonts using the `link` property of the `useHead` composable: +The example below shows how you might enable Google Fonts using either the `link` property of the `useHead` composable or using the `` component: ::code-group