Allow indexing (#65)

This commit is contained in:
Piotr Rogowski 2023-05-05 10:59:24 +02:00 committed by GitHub
parent a5dd4454d2
commit 329deff67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
noIndex: false, // adds <meta name="robots" content="noindex, nofollow"> to every page
favicon: 'img/icons/favicon.ico',
noIndex: true, // adds <meta name="robots" content="noindex, nofollow"> to every page
// staticDirectories: ['public', 'static'],
// GitHub pages deployment config.

View File

@ -1,2 +1,2 @@
User-agent: *
Disallow: /
Allow: /