Skip to content

Commit 06671a2

Browse files
committedJan 30, 2025
fix: vercel
1 parent 6a5c43d commit 06671a2

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
 

‎showcase/vercel.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"buildCommand": "yarn workspace showcase build",
3-
"devCommand": "yarn workspace showcase ember serve",
2+
"buildCommand": "pnpm -F showcase build",
3+
"devCommand": "pnpm -F showcase ember serve",
44
"headers": [
55
{
66
"source": "/(.*)",
7-
"headers" : [
7+
"headers": [
88
{
9-
"key" : "X-Robots-Tag",
10-
"value" : "none"
9+
"key": "X-Robots-Tag",
10+
"value": "none"
1111
}
1212
]
1313
}

‎website/vercel.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildCommand": "yarn workspace website build && yarn workspace website algolia:index",
3-
"devCommand": "yarn workspace website ember serve",
2+
"buildCommand": "pnpm -F website build && pnpm -F website algolia:index",
3+
"devCommand": "pnpm -F website ember serve",
44
"headers": [
55
{
66
"source": "/(.*)",
@@ -24,6 +24,10 @@
2424
"framework": "ember",
2525
"rewrites": [{ "source": "/(.*)", "destination": "/_empty.html" }],
2626
"redirects": [
27-
{ "source": "/support", "destination": "/about/support", "permanent": false }
27+
{
28+
"source": "/support",
29+
"destination": "/about/support",
30+
"permanent": false
31+
}
2832
]
2933
}

0 commit comments

Comments
 (0)
Failed to load comments.