From 904eb154c7615fc8cc7534c78ddfcf0dadf46039 Mon Sep 17 00:00:00 2001 From: Hasan Genc Date: Tue, 7 Apr 2020 15:14:12 +0300 Subject: [PATCH] update website settings --- website/docusaurus.config.js | 6 +++--- website/src/pages/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1850484..4a6230a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,11 +1,11 @@ module.exports = { title: 'Carousel', tagline: 'Lightweight carousel component for React', - url: 'https://trendyol.github.io/react-carousel', - baseUrl: '/', + url: 'https://trendyol.github.io', + baseUrl: '/react-carousel/', favicon: 'img/icon.png', organizationName: 'Trendyol', - projectName: 'carousel', + projectName: 'react-carousel', themeConfig: { navbar: { title: 'React Carousel', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 90ea232..455810f 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -66,7 +66,7 @@ function Feature({ imageUrl, title, description }) { } function Home() { - return ; + return ; const context = useDocusaurusContext(); const { siteConfig = {} } = context; return (