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";
55// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66
77const 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" ,
You can’t perform that action at this time.
0 commit comments