useMeta() and meta description with "A Quasar Project" content #15937
Answered
by
rstoenescu
sergeykorobeynikov
asked this question in
General - Components / Directives / etc
-
Can someone say why when defining: const meta = {
title: 'TestTitle',
meta: {
description: { name: 'description', content: 'TestDescription' },
},
};
useMeta(meta); We have result: <meta name="description" content="A Quasar Project">
<meta name="description" content="TestDescription"> How to remove first record? |
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
Jun 2, 2023
Replies: 2 comments
-
Edit index html template |
Beta Was this translation helpful? Give feedback.
0 replies
-
Remove the default included meta tags from /index.html (q/app-vite) or /src/index.template.html (q/app-webpack). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the default included meta tags from /index.html (q/app-vite) or /src/index.template.html (q/app-webpack).