Skip to content

Commit eccb524

Browse files
committed
docs: fixed docusaurus build
1 parent 392d604 commit eccb524

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/docs/Quick Guide/consume-loader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from "@theme/TabItem";
88
# Consume the loader
99

1010
<Tabs groupId="method" queryString>
11-
<Tab label="Using withLoader" value="withLoader">
11+
<Tab label="Using withLoader" value="withLoader" default>
1212

1313
A convenient wrapper that ensures that the component is only rendered when it has data.
1414

docs/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
tagline: "Component loaders for RTK Query",
1111
favicon: "img/logo.png",
1212
// Algolia search config
13-
themes: ["@docusaurus/theme-search-algolia"],
13+
// themes: ["@docusaurus/theme-search-algolia"],
1414
// Set the production url of your site here
1515
url: "https://your-docusaurus-test-site.com",
1616
// Set the /<baseUrl>/ pathname under which your site is served
@@ -57,6 +57,7 @@ const config = {
5757
themeConfig:
5858
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
5959
({
60+
// algolia: {},
6061
// Replace with your project's social card
6162
image: "img/docusaurus-social-card.jpg",
6263
navbar: {

0 commit comments

Comments
 (0)