-
I'm editing in config.ts themeConfig: {
globalComputed: {
mail() {
return '[email protected]';
},
telegram() {
return 'pony';
},
},
}, Then test the output index.md Email:{{ mail }}
Telegram:{{ telegram }}
Why is there no output variable content? I want to define two variables The above operation was found in gemini, is there something wrong with me? Or is vitepress not supported? My native language is not English. If I use Google Translate, the expression may not be clear. Please forgive me! |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Dec 8, 2024
Replies: 1 comment
-
gemini is hallucinating. Refer #634 (reply in thread)
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrzzoxo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gemini is hallucinating. Refer #634 (reply in thread)
app.config.globalProperties.telegram = 'pony'