Skip to content

Commit e96a3db

Browse files
committed
(feat) Updated settings
1 parent 9925281 commit e96a3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
1010

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
13-
title: 'My Site',
13+
title: 'Doc as Code',
1414
tagline: 'Dinosaurs are cool',
1515
favicon: 'img/favicon.ico',
1616

@@ -20,7 +20,7 @@ const config = {
2020
},
2121

2222
// Set the production url of your site here
23-
url: 'https://your-docusaurus-site.example.com',
23+
url: 'https://doc-as-code.netlify.app/',
2424
// Set the /<baseUrl>/ pathname under which your site is served
2525
// For GitHub pages deployment, it is often '/<projectName>/'
2626
baseUrl: '/',

0 commit comments

Comments
 (0)