Skip to content

Commit

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

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

0 comments on commit acc4406

Please sign in to comment.