Fixed index name
parent
8cc8270417
commit
8c455523d6
|
@ -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;"
|
||||||
}
|
}
|
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue