Skip to content

Commit

Permalink
chore: point deprecation error URLs to main branch docs (#18321)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 10, 2024
1 parent 2017a33 commit 11c0fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import colors from 'picocolors'
import type { FutureOptions, ResolvedConfig } from './config'

// TODO: switch to production docs URL
const docsURL = 'https://deploy-preview-16471--vite-docs-main.netlify.app'
const docsURL = 'https://main.vite.dev'

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

0 comments on commit 11c0fb1

Please sign in to comment.