diff --git a/server.js b/server.js index d634c18bd..4fe20bb7e 100644 --- a/server.js +++ b/server.js @@ -148,6 +148,8 @@ app.use(function (req, res, next) { next(); }); +// serve custom app content from the customize directory +// useful for testing pages customized with opengraph data app.use(Express.static(__dirname + '/customize/www')); app.use(Express.static(__dirname + '/www'));