Skip to content

Commit 01a8cbc

Browse files
committed
Add Vxero Neo product to configuration
1 parent 4eeebf4 commit 01a8cbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,13 @@ export const config: Config = {
392392
},
393393
],
394394
products: [
395+
{
396+
id: 'vxero-neo',
397+
title: 'Vxero Neo',
398+
description: 'Vxero Neo - Deploy to any VPS from your terminal.',
399+
link: 'https://neo.vxero.dev/',
400+
badge: { text: 'Deployment', color: 'blue' },
401+
},
395402
{
396403
id: 'inspirecms',
397404
title: 'InspireCMS',

0 commit comments

Comments
 (0)