Skip to content

Commit 53734ff

Browse files
committed
fix: baseUrl config
1 parent 0131e8b commit 53734ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import type * as Preset from "@docusaurus/preset-classic";
55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66

77
const config: Config = {
8-
title: "My Site",
9-
tagline: "Dinosaurs are cool",
8+
title: "TypeScript from Zero",
9+
tagline: "Learn advanced TypeScript from solid foundations",
1010
favicon: "img/favicon.ico",
1111

1212
// Set the production url of your site here
13-
url: "https://your-docusaurus-site.example.com",
13+
url: "https://jeffsieu.com",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: "/",
16+
baseUrl: "/typescript-from-zero/",
1717

1818
organizationName: "jeffsieu",
1919
projectName: "typescript-from-zero",

0 commit comments

Comments
 (0)