Skip to content

Commit

Permalink
fix: make /intro/ work
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Oct 14, 2024
1 parent fff4a1d commit 15e05e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dotnet/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default {
customFields: {
repositoryName: "playwright-dotnet",
},
trailingSlash: false,
trailingSlash: true,
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
Expand Down
2 changes: 1 addition & 1 deletion java/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module.exports = {
customFields: {
repositoryName: "playwright-java",
},
trailingSlash: false,
trailingSlash: true,
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
Expand Down
2 changes: 1 addition & 1 deletion nodejs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default {
customFields: {
repositoryName: "playwright",
},
trailingSlash: false,
trailingSlash: true,
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
Expand Down
2 changes: 1 addition & 1 deletion python/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default {
customFields: {
repositoryName: "playwright-python",
},
trailingSlash: false,
trailingSlash: true,
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('swc-loader'),
Expand Down

0 comments on commit 15e05e5

Please sign in to comment.