Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 7b6b57c

Browse files
author
Long Ho
committed
chore: tweak config
1 parent 0432adb commit 7b6b57c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

website/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
22+
.now

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: 'Format.JS',
33
tagline: 'Internationalize your web apps on the client & server.',
44
url: 'https://formatjs.github.io/',
5-
baseUrl: '/formatjs/',
5+
baseUrl: '/',
66
favicon: 'img/favicon.ico',
77
organizationName: 'formatjs', // Usually your GitHub org/user name.
88
projectName: 'formatjs', // Usually your repo name.

0 commit comments

Comments
 (0)