Skip to content

Commit f8fb6e2

Browse files
committed
Trailingslash config
1 parent e8dec35 commit f8fb6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
tagline: 'Object-based searching',
1111
url: 'https://activerecord-hackery.github.io',
1212
baseUrl: '/ransack/',
13-
onBrokenLinks: 'throw',
13+
//onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
1515
favicon: 'img/favicon.ico',
1616
organizationName: 'activerecord-hackery',
@@ -25,12 +25,12 @@ const config = {
2525
docs: {
2626
routeBasePath: '/',
2727
sidebarPath: require.resolve('./sidebars.js'),
28-
editUrl: 'https://github.com/activerecord-hackery/ransack/docs-website/docs/',
28+
editUrl: 'https://github.com/activerecord-hackery/ransack/docs/docs/',
2929
},
3030
blog: {
3131
showReadingTime: true,
3232
editUrl:
33-
'https://github.com/activerecord-hackery/ransack/docs-website/blog/',
33+
'https://github.com/activerecord-hackery/ransack/docs/blog/',
3434
},
3535
theme: {
3636
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)