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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user