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 1678329 commit 64025b3Copy full SHA for 64025b3
vite.config.ts
@@ -62,6 +62,8 @@ export default defineConfig(({ mode, command }) => {
62
}
63
64
65
+ console.log(`CF_PAGES_URL: ${import.meta.env.CF_PAGES_URL}`)
66
+
67
return {
68
envPrefix: ['VITE_', 'CF_'],
69
ssr: {
0 commit comments