mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix(a11y): remove accessibility issue
This commit is contained in:
@@ -140,7 +140,7 @@ const webManifest = isProduction && {
|
|||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
name: 'viewport',
|
name: 'viewport',
|
||||||
content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0',
|
content: 'width=device-width, initial-scale=1.0',
|
||||||
},
|
},
|
||||||
{ name: 'author', content: site.author },
|
{ name: 'author', content: site.author },
|
||||||
{ name: 'generator', content: Astro.generator },
|
{ name: 'generator', content: Astro.generator },
|
||||||
|
|||||||
Reference in New Issue
Block a user