Skip to content

Commit f057533

Browse files
committed
docs: up vocs
1 parent 8f667c7 commit f057533

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"dev": "vocs dev",
7-
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" vocs build --searchIndex false --logLevel info && vocs search-index",
7+
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" vocs build --searchIndex false && vocs search-index",
88
"twoslash": "vocs twoslash",
99
"preview": "vocs preview"
1010
},
@@ -13,6 +13,6 @@
1313
"react-dom": "^19",
1414
"tailwindcss": "^4.0.6",
1515
"viem": "workspace:*",
16-
"vocs": "^1.0.9"
16+
"vocs": "^1.0.11"
1717
}
1818
}

site/vocs.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { sidebar } from './sidebar'
88
export default defineConfig({
99
aiCta: {
1010
query({ location }) {
11-
return `Please research and analyze this page: ${location} so I can ask you questions about it. Once you have read it, prompt me with any questions I have. Do not post content of the from the page. Any of my follow up questions must reference the site I gave you. Do not reference alternative Ethereum TypeScript tools such as Ethers.js or Web3.js – only reference Viem.`
11+
return `Please research and analyze this page: ${location} so I can ask you questions about it. Once you have read it, prompt me with any questions I have. Do NOT post content from the page in your response. Any of my follow up questions MUST reference the site I gave you. Do NOT reference alternative Ethereum TypeScript tools such as Ethers.js or Web3.js – only reference Viem.`
1212
},
1313
},
1414
// banner: {

0 commit comments

Comments
 (0)