We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8e827 commit 2c6132eCopy full SHA for 2c6132e
code/core/src/telemetry/storybook-metadata.ts
@@ -42,6 +42,9 @@ export const metaFrameworks = {
42
'@react-router/dev': 'react-router',
43
'@remix-run/dev': 'remix',
44
expo: 'expo',
45
+ 'vike-react': 'vike-react',
46
+ 'vike-vue': 'vike-vue',
47
+ 'vike-solid': 'vike-solid',
48
} as Record<string, string>;
49
50
export const sanitizeAddonName = (name: string) => {
0 commit comments