Skip to content

Commit

Permalink
fix(locales): remove trailing slash on baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Nov 1, 2023
1 parent c33e9a3 commit 7d6f55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
tagline:
'Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards',
url: 'https://ionicframework.com',
baseUrl: `${BASE_URL}/`,
baseUrl: `${BASE_URL}`,
// trailingSlash: true,
i18n: {
defaultLocale: 'en',
locales: ['en', 'ja'],
Expand Down

0 comments on commit 7d6f55a

Please sign in to comment.