Skip to content

Commit 0b15c05

Browse files
committed
fix(guides): add redirect to production guide
1 parent 64e71d4 commit 0b15c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

antwar.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ module.exports = {
6969
}, {
7070
'code-splitting-import': '/guides/code-splitting-async',
7171
'code-splitting-require': '/guides/code-splitting-async/#require-ensure-',
72-
'why-webpack': '/guides/comparison'
72+
'why-webpack': '/guides/comparison',
73+
'production-build': '/guides/production'
7374
}
7475
),
7576

0 commit comments

Comments
 (0)