diff --git a/server/boot/a-react.js b/server/boot/a-react.js index 0c45ca4378..be7e2b5858 100644 --- a/server/boot/a-react.js +++ b/server/boot/a-react.js @@ -26,7 +26,7 @@ export default function reactSubRouter(app) { function serveReactApp(req, res, next) { const fcc = new Cat(); - const location = new Location(req.path, req.query) + const location = new Location(req.path, req.query); // returns a router wrapped app app$(location) diff --git a/server/views/layout-react.jade b/server/views/layout-react.jade index 316ba36efe..07a318ab6f 100644 --- a/server/views/layout-react.jade +++ b/server/views/layout-react.jade @@ -7,4 +7,4 @@ html(ng-app='profileValidation', lang='en') include partials/flash #fcc!= markup script!= state - script(src='js/bundle.js') + script(src='/js/bundle.js')