Skip to content

Commit

Permalink
chore: update deprecate links domain (#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 4, 2025
1 parent f183bdf commit 2b2299c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite/src/node/deprecations.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import colors from 'picocolors'
import type { FutureOptions, ResolvedConfig } from './config'

// TODO: switch to production docs URL
const docsURL = 'https://main.vite.dev'
const docsURL = 'https://vite.dev'

const deprecationCode = {
removePluginHookSsrArgument: 'changes/this-environment-in-hooks',
Expand Down

0 comments on commit 2b2299c

Please sign in to comment.