File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
1313A convenient wrapper that ensures that the component is only rendered when it has data.
1414
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments