1
1
// pull out client accessible options
2
+ import MdiAccessibility from '~icons/mdi/accessibility'
3
+ import MdiCellphone from '~icons/mdi/cellphone'
4
+ import MdiSpeedometer from '~icons/mdi/speedometer'
5
+ import MdiThumbUp from '~icons/mdi/thumb-up'
6
+ import MdiViewDashboard from '~icons/mdi/view-dashboard'
7
+ import MdiWeb from '~icons/mdi/web'
8
+ import MdiWorld from '~icons/mdi/world'
2
9
import { startCase } from 'lodash-es'
3
10
import { $URL } from 'ufo'
4
- import CellNetworkRequests from '../components/Cell/CellNetworkRequests.vue'
5
- import CellImageIssues from '../components/Cell/CellImageIssues.vue'
6
11
import CellColorContrast from '../components/Cell/CellColorContrast.vue'
7
- import CellMetaDescription from '../components/Cell/CellMetaDescription.vue'
12
+ import CellImage from '../components/Cell/CellImage.vue'
13
+ import CellImageIssues from '../components/Cell/CellImageIssues.vue'
8
14
import CellIndexable from '../components/Cell/CellIndexable.vue'
15
+ import CellLargestContentfulPaint from '../components/Cell/CellLargestContentfulPaint.vue'
16
+ import CellLayoutShift from '../components/Cell/CellLayoutShift.vue'
17
+ import CellMetaDescription from '../components/Cell/CellMetaDescription.vue'
18
+ import CellNetworkRequests from '../components/Cell/CellNetworkRequests.vue'
9
19
import CellScreenshotThumbnails from '../components/Cell/CellScreenshotThumbnails.vue'
10
- import CellImage from '../components/Cell/CellImage.vue'
11
20
import CellTapTargets from '../components/Cell/CellTapTargets.vue'
12
21
import CellWebVitals from '../components/Cell/CellWebVitals.vue'
13
- import CellLargestContentfulPaint from '../components/Cell/CellLargestContentfulPaint.vue'
14
- import CellLayoutShift from '../components/Cell/CellLayoutShift.vue'
15
- import MdiViewDashboard from '~icons/mdi/view-dashboard'
16
- import MdiSpeedometer from '~icons/mdi/speedometer'
17
- import MdiAccessibility from '~icons/mdi/accessibility'
18
- import MdiThumbUp from '~icons/mdi/thumb-up'
19
- import MdiWeb from '~icons/mdi/web'
20
- import MdiCellphone from '~icons/mdi/cellphone'
21
- import MdiWorld from '~icons/mdi/world'
22
22
23
23
const {
24
24
options : {
@@ -41,7 +41,7 @@ const {
41
41
42
42
export const isStatic = window . __unlighthouse_static
43
43
44
- export { wsUrl , basePath , dynamicSampling , apiUrl , groupRoutesKey , lighthouseOptions , throttle , device }
44
+ export { apiUrl , basePath , device , dynamicSampling , groupRoutesKey , lighthouseOptions , throttle , wsUrl }
45
45
46
46
export const website = new $URL ( site ) . origin
47
47
0 commit comments