File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ module.exports = {
132132 ] ) ,
133133 plugins : [
134134 [
135- 'docusaurus-biel' , {
135+ 'docusaurus-biel' , {
136136 project : 'zat23cvkm1' ,
137137 headerTitle : 'Biel.ai chatbot' ,
138138 version : 'latest' ,
139139 enable : false ,
140- }
140+ } ,
141141 ] ,
142142 'docusaurus-plugin-image-zoom' ,
143143 [
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ export default function SearchBar() {
44 // Replace with your <PROJECT_ID>
55 const projectId = 'zat23cvkm1' ;
66 const headerTitle = 'Documentation chatbot' ;
7- // @ts -ignore : Not a React component
7+ // @ts -expect-error : Not a React component
88 return < biel-search-button project = { projectId } button-style = "rounded" header-title = { headerTitle } > Search</ biel-search-button > ;
99}
You can’t perform that action at this time.
0 commit comments