Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Dec 17, 2021
1 parent d675a82 commit db764b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const config = {
title: "React Native Skia",
tagline: "High Performance 2D Graphics",
url: "https://your-docusaurus-test-site.com",
baseUrl: "/",
url: "https://shopify.github.io/",
baseUrl: "/react-native-skia/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
Expand Down Expand Up @@ -71,7 +71,7 @@ const config = {
title: "React Native Skia",
logo: {
alt: "React Native Skia",
src: "img/logo.png",
src: "/react-native-skia/img/logo.png",
},
items: [
{
Expand Down

0 comments on commit db764b2

Please sign in to comment.