-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(meta): cleanup description meta tags #44
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for multi-site-app-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for multi-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for datami-documentation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for multi-site-preprod ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -216,8 +216,8 @@ export default { | |||
head () { | |||
const siteTitle = this.config.data.app_name | |||
const routeName = this.routeName | |||
const pageKeywords = this.routeKeywords | |||
const pageDescription = this.routeDescription ?? `${siteTitle} | ${routeName}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is already a default description set here
✅ Deploy Preview for multi-site-preprod-core-texts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for datami ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
nuxt.config.js
Outdated
@@ -42,7 +42,6 @@ export default { | |||
meta: [ | |||
{ charset: 'utf-8' }, | |||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, | |||
{ hid: 'description', name: 'description', content: `${config.appTitle}, multi, multi.coop, multi-site-app` }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fa7b826
to
9845997
Compare
c477e2a
to
19bbce7
Compare
See #8 & multi-coop/multi-site-contents#90
There is an issue on how the
description
meta tag is generated :multi, multi, multi.coop, multi-site-app