We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ca543 commit 9af7143Copy full SHA for 9af7143
apps/website/adapters/cloudflare-pages/vite.config.ts
@@ -2,6 +2,11 @@ import { cloudflarePagesAdapter } from '@builder.io/qwik-city/adapters/cloudflar
2
import { extendConfig } from '@builder.io/qwik-city/vite';
3
import baseConfig from '../../vite.config';
4
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
10
export default extendConfig(baseConfig, () => {
11
return {
12
build: {
0 commit comments