We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9925281 commit e96a3dbCopy full SHA for e96a3db
docusaurus.config.js
@@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
10
11
/** @type {import('@docusaurus/types').Config} */
12
const config = {
13
- title: 'My Site',
+ title: 'Doc as Code',
14
tagline: 'Dinosaurs are cool',
15
favicon: 'img/favicon.ico',
16
@@ -20,7 +20,7 @@ const config = {
20
},
21
22
// Set the production url of your site here
23
- url: 'https://your-docusaurus-site.example.com',
+ url: 'https://doc-as-code.netlify.app/',
24
// Set the /<baseUrl>/ pathname under which your site is served
25
// For GitHub pages deployment, it is often '/<projectName>/'
26
baseUrl: '/',
0 commit comments