Skip to content

Commit af6b22a

Browse files
author
Robert Jackson
committed
Fix invalid rootURL in production.
1 parent 5c15e38 commit af6b22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = function(environment) {
4343
}
4444

4545
if (environment === 'production') {
46-
ENV.rootURL = '/heimdalljs-visualizer';
46+
ENV.rootURL = '/heimdalljs-visualizer/';
4747
ENV.locationType = 'hash';
4848
}
4949

0 commit comments

Comments
 (0)