Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 20, 2020
1 parent 02fbbb0 commit b809789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const path = require('path');
const repoUrl = 'https://github.com/single-spa/single-spa.js.org';
const repoUrl = 'https://github.com/single-spa/ru.single-spa.js.org';
const libRepoUrl = 'https://github.com/single-spa/single-spa';

const versions = require('./versions.json');

module.exports = {
title: 'single-spa',
tagline: 'A javascript router for front-end microservices',
url: 'https://single-spa.github.io/single-spa.js.org',
url: 'https://single-spa.github.io/ru.single-spa.js.org',
baseUrl: '/',
projectName: 'single-spa',
favicon: 'img/logo-blue-favicon.ico',
Expand Down

0 comments on commit b809789

Please sign in to comment.