🚧 Add webpack site
This commit is contained in:
@@ -103,6 +103,8 @@ class Site
|
||||
*/
|
||||
createProjectRoute(_project)
|
||||
{
|
||||
this.express.use('/', express.static(path.join(__dirname, '../site-webpack/dist')))
|
||||
|
||||
// Project route
|
||||
this.express.get('/' + _project.slug, (request, response) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user