Skip to content

Commit

Permalink
fixing beta deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Kinlaw committed Sep 20, 2018
1 parent 09d2011 commit fdc7420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "insights-frontend-starter-app"
"default": "insights-dashboard"
}
}
2 changes: 2 additions & 0 deletions config/beta.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const config = require('./webpack.common.js');
const history = require('connect-history-api-fallback');
const convert = require('koa-connect');

webpackConfig.output.publicPath = '/insightsbeta/platform/dashboard/';

webpackConfig.serve = {
content: config.paths.public,
dev: {
Expand Down

0 comments on commit fdc7420

Please sign in to comment.