Skip to content
Snippets Groups Projects
Commit 5967973f authored by John Coghlan's avatar John Coghlan
Browse files

Update siteConfig.js

parent 40fa57db
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ const users = [ ...@@ -23,8 +23,8 @@ const users = [
const siteConfig = { const siteConfig = {
title: 'Test Site', // Title for your website. title: 'Test Site', // Title for your website.
tagline: 'A website for testing', tagline: 'A website for testing',
url: 'https://your-docusaurus-test-site.com', // Your website URL url: 'https://johncoghlan.gitlab.io', // Your website URL
baseUrl: '/', // Base URL for your project */ baseUrl: '/docs/', // Base URL for your project */
// For github.io type URLs, you would set the url and baseUrl like: // For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io', // url: 'https://facebook.github.io',
// baseUrl: '/test-site/', // baseUrl: '/test-site/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment