Skip to content

Commit 6ce46e6

Browse files
author
Ives van Hoorne
committed
Fix typo
1 parent df76c28 commit 6ce46e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const config = {
117117
include: [paths.src],
118118
loader: 'file-loader',
119119
options: {
120-
name: 'favicon.ico?[hash:8]',
120+
name: 'robots.txt?[hash:8]',
121121
},
122122
},
123123
// "url" loader works just like "file" loader but it also embeds

0 commit comments

Comments
 (0)