Fixed index name
parent
8cc8270417
commit
8c455523d6
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": 58,
|
||||
"content": "🎉 v4.0.0-rc.1 is out with the new Styled Mode",
|
||||
"linkText": "Learn More",
|
||||
"linkHref": "http://primevue.org",
|
||||
"id": 60,
|
||||
"content": "Diamond Template Remastered ⭐️",
|
||||
"linkText": "Live Demo",
|
||||
"linkHref": "http://diamond.primevue.org",
|
||||
"backgroundStyle": "background-color:var(--primary-color)",
|
||||
"textStyle": "color:var(--primary-color-text);font-weight:500",
|
||||
"linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;"
|
||||
}
|
||||
}
|
|
@ -174,8 +174,9 @@ export default {
|
|||
docsearch({
|
||||
container: '#docsearch',
|
||||
appId: 'MM3U70ASEF',
|
||||
indexName: 'primevue',
|
||||
indexName: 'v3-primevue',
|
||||
apiKey: 'ce80245d8fee32d846625372698914cf',
|
||||
debug: false,
|
||||
transformItems: (items) => {
|
||||
const isLocalhost = process.env.NODE_ENV !== 'production';
|
||||
|
||||
|
|
Loading…
Reference in New Issue