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 80b063a commit dacaa48Copy full SHA for dacaa48
src/schemas/tags.ts
@@ -24,6 +24,7 @@ const frameworks: Array<Tag> = [
24
{ label: "Svelte" },
25
{ label: "SvelteKit" },
26
{ label: "Vue.js", variants: ["vue", "vuejs"] },
27
+ { label: ".NET" },
28
];
29
30
const integrations: Array<Tag> = [
0 commit comments