File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ import type * as Preset from "@docusaurus/preset-classic";
5
5
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
6
6
7
7
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 " ,
10
10
favicon : "img/favicon.ico" ,
11
11
12
12
// Set the production url of your site here
13
- url : "https://your-docusaurus-site.example .com" ,
13
+ url : "https://jeffsieu .com" ,
14
14
// Set the /<baseUrl>/ pathname under which your site is served
15
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
- baseUrl : "/" ,
16
+ baseUrl : "/typescript-from-zero/ " ,
17
17
18
18
organizationName : "jeffsieu" ,
19
19
projectName : "typescript-from-zero" ,
You can’t perform that action at this time.
0 commit comments