Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'svgmapjs',
tagline: 'Dinosaurs are cool',
tagline: 'Client-centric, de-centralized web mapping',
favicon: 'img/favicon.ico',

// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
Expand All @@ -18,11 +18,12 @@ const config: Config = {
url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/tutorials/',

// GitHub pages deployment config.
organizationName: 'svgmap',
projectName: 'tutorials',
deploymentBranch: 'main',

onBrokenLinks: 'throw',

Expand Down