docs: nitro Integration (#694)

This commit is contained in:
Behon Baker
2024-12-12 03:27:31 -05:00
committed by GitHub
parent 118b22d957
commit 534cf8a607
4 changed files with 260 additions and 0 deletions

View File

@@ -42,4 +42,8 @@ export const techStackIcons: TechStackIconType = {
name: "Expo",
icon: <Icons.expo className="w-10 h-10" />,
},
nitro: {
name: "Nitro",
icon: <Icons.nitro className="w-10 h-10" />,
},
};