We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183bdf commit 2b2299cCopy full SHA for 2b2299c
packages/vite/src/node/deprecations.ts
@@ -1,8 +1,7 @@
1
import colors from 'picocolors'
2
import type { FutureOptions, ResolvedConfig } from './config'
3
4
-// TODO: switch to production docs URL
5
-const docsURL = 'https://main.vite.dev'
+const docsURL = 'https://vite.dev'
6
7
const deprecationCode = {
8
removePluginHookSsrArgument: 'changes/this-environment-in-hooks',
0 commit comments