Skip to content

Commit

Permalink
fix: update codesandbox link
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 31, 2023
1 parent 07dc01a commit 9e11cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/c/[slug].get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default defineEventHandler(async event => {
body: 'Not found'
}
}
return sendRedirect(event, `https://codesandbox.io/p/sandbox/github/${starter.repo}/tree/${starter.branch}/${starter.dir || ''}`, 302)
return sendRedirect(event, `https://codesandbox.io/s/github/${starter.repo}/tree/${starter.branch}/${starter.dir || ''}`, 302)
})

1 comment on commit 9e11cd2

@vercel
Copy link

@vercel vercel bot commented on 9e11cd2 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-new – ./

nuxt-new-nuxt-js.vercel.app
nuxt-new-git-main-nuxt-js.vercel.app
nuxt.new
www.nuxt.new

Please sign in to comment.