Skip to content

Commit

Permalink
docs: fix deploy type var (#9290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 22, 2022
1 parent 95c85ab commit 6098457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const commitRef = process.env.COMMIT_REF?.slice(0, 8) || 'dev'

const deployType = (() => {
switch (deployURL) {
case 'https://main.vitejs.dev':
case 'https://main--vitejs.netlify.app':
return 'main'
case '':
return 'local'
Expand Down

0 comments on commit 6098457

Please sign in to comment.