Skip to content

Commit ce93b01

Browse files
committed
fix: run pnpm -C packages/docs run build.showcase
1 parent cce1932 commit ce93b01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+321
-413
lines changed
Binary file not shown.
-3.26 KB
Binary file not shown.
-890 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-144 Bytes
Binary file not shown.
Binary file not shown.
-1.55 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-526 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-750 Bytes
Binary file not shown.
Binary file not shown.
-1.07 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.51 KB
Binary file not shown.
-6.02 KB
Binary file not shown.
Binary file not shown.
606 Bytes
Binary file not shown.
Binary file not shown.
-514 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-266 Bytes
Binary file not shown.
-154 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/docs/scripts/pages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"href": "https://www.lamaison.berlin/en/catalog/",
3+
"href": "https://www.lamaison.berlin/en",
44
"size": "large",
55
"tags": "bakery, landing pages, online shop, stripe, site"
66
},
@@ -9,7 +9,7 @@
99
"tags": "agency, portfolio, software development, site"
1010
},
1111
{
12-
"href": "https://www.kite.design/en/health-ux/",
12+
"href": "https://www.kite.design/en",
1313
"tags": "agency, landing pages, site"
1414
},
1515
{

packages/docs/scripts/showcase.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ async function captureMultipleScreenshots() {
6666
}
6767
const filename = href
6868
.replace('https://', '')
69-
.replace('/', '_')
70-
.replace('.', '_')
71-
.replace('.', '_')
69+
.replaceAll('/', '_')
70+
.replaceAll('.', '_')
71+
.replaceAll('.', '_')
7272
.toLowerCase();
7373

7474
await wait(5000);

0 commit comments

Comments
 (0)