mirror of
https://github.com/zen-browser/astro-site-test.git
synced 2025-07-08 00:59:57 +02:00
Update main.astro
This commit is contained in:
parent
17d3c3a525
commit
dc79bf2a50
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ const { title } = Astro.props;
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<!-- no search xP -->
|
||||
<meta name="robots" content="noindex, nofollow, noarchive, nocache, nosnippet, noimageindex">
|
||||
<meta name="robots" content="noindex" />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue