We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c4850 commit 0462b07Copy full SHA for 0462b07
editor/pages/_document.tsx
@@ -11,7 +11,10 @@ export default function Document() {
11
<meta name="apple-mobile-web-app-capable" content="yes" />
12
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
13
<meta name="apple-mobile-web-app-title" content="PWA App" />
14
- <meta name="description" content="Best PWA App in the world" />
+ <meta
15
+ name="description"
16
+ content="Grida Code - Manage your micro-frontend architecture with Componets cloud from Figma designs"
17
+ />
18
<meta name="format-detection" content="telephone=no" />
19
<meta name="mobile-web-app-capable" content="yes" />
20
<meta name="msapplication-config" content="/icons/browserconfig.xml" />
0 commit comments