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,9 +1,9 @@
{ {
"id": 58, "id": 60,
"content": "🎉 v4.0.0-rc.1 is out with the new Styled Mode", "content": "Diamond Template Remastered ⭐️",
"linkText": "Learn More", "linkText": "Live Demo",
"linkHref": "http://primevue.org", "linkHref": "http://diamond.primevue.org",
"backgroundStyle": "background-color:var(--primary-color)", "backgroundStyle": "background-color:var(--primary-color)",
"textStyle": "color:var(--primary-color-text);font-weight:500", "textStyle": "color:var(--primary-color-text);font-weight:500",
"linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;" "linkStyle": "color:var(--primary-color-text);font-weight:700;text-decoration: underline;"
} }

View File

@ -174,8 +174,9 @@ export default {
docsearch({ docsearch({
container: '#docsearch', container: '#docsearch',
appId: 'MM3U70ASEF', appId: 'MM3U70ASEF',
indexName: 'primevue', indexName: 'v3-primevue',
apiKey: 'ce80245d8fee32d846625372698914cf', apiKey: 'ce80245d8fee32d846625372698914cf',
debug: false,
transformItems: (items) => { transformItems: (items) => {
const isLocalhost = process.env.NODE_ENV !== 'production'; const isLocalhost = process.env.NODE_ENV !== 'production';