diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js
index 9313ec20..5cc0135e 100644
--- a/build/webpack.base.conf.js
+++ b/build/webpack.base.conf.js
@@ -98,8 +98,8 @@ module.exports = {
       config: require('../static/fontello.json'),
       name: 'fontello',
       output: {
-        css: '[name].' + now + '.css',  // [hash] is not supported. Use the current timestamp instead for versioning.
-        font: 'font/[name].' + now + '.[ext]'
+        css: 'static/[name].' + now + '.css',  // [hash] is not supported. Use the current timestamp instead for versioning.
+        font: 'static/font/[name].' + now + '.[ext]'
       }
     })
   ]