Skip to content

Commit

Permalink
build(website): disable trailingSlash to fix GCS routing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Dec 7, 2023
1 parent 55ae0b6 commit 0210750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config: Config = {
title: 'Elastic UI Framework',
tagline: 'The framework powering the Elastic Stack',
favicon: 'favicon.ico',
trailingSlash: false,

// Set the production url of your site here
url: 'https://eui.elastic.co',
Expand Down

0 comments on commit 0210750

Please sign in to comment.