Skip to content

Commit be38f43

Browse files
revert vite version, add changeset
1 parent f3c0616 commit be38f43

File tree

4 files changed

+87
-45
lines changed

4 files changed

+87
-45
lines changed

apps/website/adapters/cloudflare-pages/vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ import { cloudflarePagesAdapter } from '@builder.io/qwik-city/adapters/cloudflar
22
import { extendConfig } from '@builder.io/qwik-city/vite';
33
import baseConfig from '../../vite.config';
44

5+
/**
6+
Vite 5.1.6 breaks the cloudflare build when deploying.
7+
This is a workaround until the issue is fixed.
8+
*/
9+
// @ts-expect-error
510
export default extendConfig(baseConfig, () => {
611
return {
712
build: {

apps/website/src/routes/docs/headless/carousel/examples/carousel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
display: flex;
3232
gap: 0.5rem;
3333
padding: 1rem;
34-
border: 2px dotted hsl(var(--secondary));
34+
border: 2px dotted hsl(var(--foreground));
3535
}
3636

3737
.carousel-buttons {
@@ -45,7 +45,7 @@
4545
}
4646

4747
.carousel-buttons button {
48-
border: 2px dotted hsl(var(--secondary));
48+
border: 2px dotted hsl(var(--foreground));
4949
padding: 0.5rem;
5050
}
5151

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"unified": "^11.0.4",
195195
"unist-util-visit": "^5.0.0",
196196
"verdaccio": "^5.0.4",
197-
"vite": "^5.1.6",
197+
"vite": "5.0.4",
198198
"vite-plugin-dts": "^3.5.3",
199199
"vite-plugin-eslint": "^1.8.1",
200200
"vite-plugin-inspect": "0.7.38",

pnpm-lock.yaml

Lines changed: 79 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)