Skip to content

Commit

Permalink
update config meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Love4yzp committed Aug 17, 2024
1 parent 235179d commit 828f6e0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'Mission Pack',
tagline: 'mission pack',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://seeed-studio.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/Hazard-Response-Mission-Pack',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.

organizationName: 'Seeed-Studio', // Usually your GitHub org/user name.
projectName: 'Hazard-Response-Mission-Pack', // Usually your repo name.
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',

Expand Down Expand Up @@ -74,10 +74,10 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'Mission Pack',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'Seeed Stduio',
src: 'https://media-cdn.seeedstudio.com/media/favicon/stores/4/seeedstudio.png',
},
items: [
{
Expand Down

0 comments on commit 828f6e0

Please sign in to comment.