Skip to content

Commit

Permalink
chore: add robots.txt wd-177
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 22, 2023
1 parent 18597d0 commit 3502933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let Path = {
`./source/sounds`,
`./source/manifest.webmanifest`,
`./source/favicon.ico`,
`./source/robots.txt`,
],
CSS: `./source/styles/index.css`,
DB: `./source/database.json`,
Expand Down Expand Up @@ -229,6 +230,7 @@ let init = (config) => {
input: `source`,
layouts: `layouts`,
output: `build`,
data: 'data',
},
htmlTemplateEngine: `njk`,
markdownTemplateEngine: `njk`,
Expand Down
2 changes: 2 additions & 0 deletions source/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit 3502933

Please sign in to comment.