Skip to content

Commit 2b2299c

Browse files
authored
chore: update deprecate links domain (#19353)
1 parent f183bdf commit 2b2299c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/vite/src/node/deprecations.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import colors from 'picocolors'
22
import type { FutureOptions, ResolvedConfig } from './config'
33

4-
// TODO: switch to production docs URL
5-
const docsURL = 'https://main.vite.dev'
4+
const docsURL = 'https://vite.dev'
65

76
const deprecationCode = {
87
removePluginHookSsrArgument: 'changes/this-environment-in-hooks',

0 commit comments

Comments
 (0)