Skip to content

Commit

Permalink
docs(config) Add cname
Browse files Browse the repository at this point in the history
  • Loading branch information
berndartmueller committed Aug 16, 2020
1 parent 229b806 commit 4d23ffa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ const users = [
];

const siteConfig = {
title: 'virchual', // Title for your website.
title: 'virchual',
tagline: 'Super-fast, lightweight slider and carousel, written in TypeScript without any dependencies.',
url: 'https://www.virchual.xyz', // Your website URL
baseUrl: '/', // Base URL for your project */

// Used for publishing and more
url: 'https://www.virchual.xyz',
baseUrl: '/',
projectName: 'virchual',
organizationName: 'berndartmueller',
// For top-level user or org sites, the organization is still the same.
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
// organizationName: 'JoelMarcey'
cname: 'virchual.xyz',

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
Expand Down

0 comments on commit 4d23ffa

Please sign in to comment.