Skip to content

Commit

Permalink
feat: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zngly-vlad committed Feb 11, 2022
1 parent 5fa900d commit bd94245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Morphir',
tagline: `A multi-language system built on a data format that captures an application's domain model and business logic in a technology agnostic manner`,
url: 'https://finos.github.io/morphir',
baseUrl: '/morphir/',
url: 'https://finos.github.io/morphir/',
baseUrl: '/morphir-1/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'finos',
projectName: 'morphir',
organizationName: 'zngly',
projectName: 'morphir-1',
presets: [
[
'classic',
Expand Down

0 comments on commit bd94245

Please sign in to comment.