Skip to content

Commit

Permalink
fix: docs url (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Dec 7, 2021
1 parent 3134081 commit ff40f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const API_KEY = process.env.AMPLITUDE_API_KEY;
module.exports = {
title: "Sandpack",
tagline: "Bring the power of CodeSandbox into your project",
url: `https://sandpack.vercel.app/`,
url: `https://sandpack.codesandbox.io/`,
baseUrl: BASE_URL,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down

0 comments on commit ff40f97

Please sign in to comment.