diff --git a/Gruntfile.js b/Gruntfile.js index c0aed3b2..87b659a2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -139,6 +139,7 @@ module.exports = function(grunt){ server: { options: { port: 1337, + hostname: '*', base: '_site' } }