Skip to content

Commit 522b92b

Browse files
committed
add noindex
1 parent 53d96c8 commit 522b92b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export default defineConfig({
1515
title: 'GitHub Stacked PRs',
1616
description: 'Manage stacked branches and pull requests with the gh stack CLI extension.',
1717
favicon: '/favicon.svg',
18+
head: [
19+
{ tag: 'meta', attrs: { name: 'robots', content: 'noindex, nofollow' } },
20+
],
1821
customCss: [
1922
'./src/styles/custom.css',
2023
],

docs/public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)