mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-12 23:45:57 +00:00
Changed project structure to have the root page into main and subbed out the pages into their own folder
This commit is contained in:
@@ -49,9 +49,9 @@ app = require('./server/homebrew.server.js')(app);
|
||||
|
||||
app.get('*', function (req, res) {
|
||||
vitreumRender({
|
||||
page: './build/naturalCrit/bundle.dot',
|
||||
page: './build/home/bundle.dot',
|
||||
globals:{},
|
||||
prerenderWith : './client/naturalCrit/naturalCrit.jsx',
|
||||
prerenderWith : './client/home/home.jsx',
|
||||
initialProps: {
|
||||
url: req.originalUrl
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user