Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';

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

Expand All @@ -20,7 +20,7 @@ const config = {
},

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