We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ROLLDOWN_OPTIONS_VALIDATION=loose
1 parent 5546976 commit 9ce2683Copy full SHA for 9ce2683
docs/.vitepress/config.ts
@@ -7,6 +7,9 @@ import {
7
} from 'vitepress-plugin-group-icons'
8
import { buildEnd } from './buildEnd.config'
9
10
+// NOTE: allow additional options to be passed to rolldown for now
11
+process.env.ROLLDOWN_OPTIONS_VALIDATION = 'loose'
12
+
13
const ogDescription = 'Next Generation Frontend Tooling'
14
const ogImage = 'https://vite.dev/og-image.jpg'
15
const ogTitle = 'Vite'
0 commit comments