diff options
Diffstat (limited to 'examples/framework-react/src')
-rw-r--r-- | examples/framework-react/src/pages/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro index 8593264c9..4810006a6 100644 --- a/examples/framework-react/src/pages/index.astro +++ b/examples/framework-react/src/pages/index.astro @@ -13,6 +13,7 @@ const someProps = { <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> + <meta name="generator" content={Astro.generator} /> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <style> html, |