Skip to content

Commit

Permalink
Remove milo url (#460)
Browse files Browse the repository at this point in the history
* first commit

* remove card files

* remove milo url

---------

Co-authored-by: Haris Bijli <[email protected]>
  • Loading branch information
hadobe and Haris Bijli authored Oct 30, 2024
1 parent 71f1b5a commit c481a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
44 changes: 0 additions & 44 deletions configs/express.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,50 +58,6 @@ const config = {
baseURL: envs['@express_live'],
},
},
/*
{
name: 'express-milo-main-chromium',
use: {
...devices['Desktop Chrome'],
baseURL: envs['@express_milo'],
viewport: { width: 1680, height: 1024 },
},
},
{
name: 'express-milo-main-firefox',
use: {
...devices['Desktop Firefox'],
baseURL: envs['@express_milo'],
viewport: { width: 1680, height: 1024 },
},
},
{
name: 'express-milo-main-webkit',
use: {
...devices['Desktop Safari'],
baseURL: envs['@express_milo'],
viewport: { width: 1680, height: 1024 },
},
},
{
name: 'express-milo-main-android',
use: {
...devices['Pixel 5'],
baseURL: envs['@express_milo'],
},
},
{
name: 'express-milo-main-iphone',
use: {
...devices['iPhone SE'],
baseURL: envs['@express_milo'],
},
},
*/
],
};

Expand Down
1 change: 0 additions & 1 deletion envs/envs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
'@dme_stage': 'https://stage--dme-partners--adobecom.hlx.live',
'@express_stage': 'https://stage--express--adobecom.hlx.live',
'@express_live': 'https://main--express--adobecom.hlx.live',
'@express_milo': 'https://main--express-milo--adobecom.hlx.live',
'@graybox_bacom': 'https://test.business-graybox.adobe.com',
'@graybox_dc': 'https://test.graybox.adobe.com',
};

0 comments on commit c481a4c

Please sign in to comment.