1
0
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:
Scott Tolksdorf
2016-05-06 15:59:18 -04:00
parent 34a93a6151
commit 62654102b8
43 changed files with 320 additions and 1448 deletions

View File

@@ -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
},