Skip to content

Commit

Permalink
Update docs config for custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jun 16, 2024
1 parent e8af61a commit 2c533c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ const darkCodeTheme = themes.shadesOfPurple;

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Soql Parser JS',
title: 'SOQL Parser JS',
tagline: 'Parse and generate SOQL queries',
url: 'https://jetstreamapp.github.io',
baseUrl: '/soql-parser-js/',
url: 'https://soql-parser-js.getjetstream.app',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'jetstreamapp',
projectName: '@jetstreamapp/soql-parser-js',
projectName: 'soql-parser-js',
deploymentBranch: 'gh-pages',
trailingSlash: false,

Expand Down

0 comments on commit 2c533c7

Please sign in to comment.