Skip to content

Commit 544ae24

Browse files
intellixIgorMinar
authored andcommitted
feat(serve): add PathLocationStrategy support
Ref #66 Closes #121
1 parent ba4f81b commit 544ae24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* jshint node: true */
2+
3+
module.exports = function(environment) {
4+
return {
5+
environment: environment,
6+
baseURL: '/',
7+
locationType: 'auto'
8+
};
9+
};
10+

0 commit comments

Comments
 (0)