Skip to content

Commit

Permalink
Add ability for site to be scraped by bots
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Sep 18, 2024
1 parent d2ded63 commit 9e96474
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
customFields: {
gaGtag: true,
},
noIndex: false,
onBrokenLinks: "log",
onBrokenMarkdownLinks: "log",
trailingSlash: true,
Expand Down Expand Up @@ -101,4 +102,4 @@ module.exports = {
algoliaOptions: {},
},
},
};
}
2 changes: 2 additions & 0 deletions website/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit 9e96474

Please sign in to comment.