docs: fix baseUrl

This commit is contained in:
Marc Rousavy 2023-03-08 09:26:24 +01:00
parent 6fa8b7f26e
commit c2fb5bf156

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
title: 'VisionCamera', title: 'VisionCamera',
tagline: '📸 The Camera library that sees the vision.', tagline: '📸 The Camera library that sees the vision.',
url: 'https://mrousavy.github.io', url: 'https://react-native-vision-camera.com',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw', onBrokenMarkdownLinks: 'throw',
@ -88,7 +88,7 @@ module.exports = {
}, },
{ {
label: 'Marc\'s Portfolio', label: 'Marc\'s Portfolio',
href: 'https://mrousavy.github.io', href: 'https://mrousavy.com',
}, },
], ],
}, },