Skip to content
Snippets Groups Projects
Commit 1a0071ed authored by Dumoulin Cédric's avatar Dumoulin Cédric
Browse files

config: Add baseurl

parent 219d5678
No related branches found
No related tags found
No related merge requests found
......@@ -10,20 +10,20 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'EcoreDoc',
tagline: 'Doc generator for Ecore metamodel ',
favicon: 'img/favicon.ico',
// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'http://dumoulin.gitlab-etu.fil.univ-lille.fr',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/cdm.ecoredoc/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'dumoulin', // Usually your GitHub org/user name.
projectName: 'ecordoc', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment