Fixed index name

v3-prod
Cagatay Civici 2024-10-26 14:31:40 +03:00
parent 8cc8270417
commit 8c455523d6
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{
"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;"

View File

@ -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';