1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 23:35:58 +00:00

Fixing main page, moving around styles

This commit is contained in:
Scott Tolksdorf
2016-05-14 11:49:39 -04:00
parent f29073e5ca
commit ca377a2861
15 changed files with 112 additions and 119 deletions

View File

@@ -49,9 +49,9 @@ app = require('./server/homebrew.server.js')(app);
app.get('*', function (req, res) {
vitreumRender({
page: './build/home/bundle.dot',
page: './build/main/bundle.dot',
globals:{},
prerenderWith : './client/home/home.jsx',
prerenderWith : './client/main/main.jsx',
initialProps: {
url: req.originalUrl
},