Skip to content

Commit 6e21062

Browse files
Access the correct router root URL
1 parent 9ef08c8 commit 6e21062

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

config/manifest.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/* eslint-env node */
22
'use strict';
33

4-
module.exports = function(environment /*, appConfig */) {
4+
module.exports = function(environment, appConfig) {
55
// See https://github.com/san650/ember-web-app#documentation for a list of
66
// supported properties
7-
87
return {
98
name: 'Ember API Docs',
109
short_name: 'Ember API',
1110
description: 'Ember & Ember Data API Documentation',
12-
start_url: environment.routerRootURL,
11+
start_url: appConfig.routerRootURL,
1312
display: 'standalone',
1413
background_color: '#FDFDFD',
1514
theme_color: '#f67862',
16-
scope: environment.routerRootURL,
15+
scope: appConfig.routerRootURL,
1716
lang: 'en-US',
1817
icons: [
1918
{

output.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[?25lundefined
2+
[?25h[?25l[?25hcleaning up...
3+
[?25h[?25hBuilt project successfully. Stored in "dist/".
4+
[?25hFile sizes:
5+
[?25h - dist/assets/ember-api-docs-9dbb9d45a98b42f6ba9c287da4ff0567.js: 131.51 KB (24.13 KB gzipped)
6+
[?25h - dist/assets/ember-api-docs-bf67c10ba4bc5b2dafc1bf5be725fbfe.css: 41.66 KB (15.02 KB gzipped)
7+
[?25h - dist/assets/ember-api-docs-fastboot-2b15b7f041eb41e93491ef8ec67f5586.js: 2.77 KB (1.06 KB gzipped)
8+
[?25h - dist/assets/vendor-4e64e5b3672584f2cb2a017e218b8bf2.js: 1.21 MB (293.15 KB gzipped)
9+
[?25h - dist/assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css: 0 B
10+
[?25h - dist/ember-algolia/algoliasearch-7b1d3b444e866c91dff1117bd5b9de51.js: 91 B (84 B gzipped)
11+
[?25h - dist/ember-fetch/fastboot-fetch-027a9422b3692a30fce1385c8b1de3a6.js: 299 B (205 B gzipped)
12+
[?25h - dist/sw-registration.js: 554 B (267 B gzipped)
13+
[?25h - dist/sw.js: 3.61 KB (1.37 KB gzipped)

0 commit comments

Comments
 (0)