Skip to content

Commit

Permalink
add robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed May 9, 2023
1 parent 4b0b22a commit 1db1693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const config = {
'sass-loader']
},
{
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif|html|json)$/i,
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif|html|json|txt|md)$/i,
type: 'asset/resource'
}

Expand Down
2 changes: 2 additions & 0 deletions www/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit 1db1693

Please sign in to comment.