You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ import Stats from '~/components/widgets/Stats.astro';
11
11
const metadata = {
12
12
title: 'Home',
13
13
ignoreTitleTemplate: true,
14
+
description: 'Vipyr Security is a community-driven open source project that provides malware detection and takedown services for the open source software supply chain.',
14
15
};
15
16
---
16
17
@@ -41,7 +42,7 @@ const metadata = {
41
42
subtitle="Here are a few reasons we think we stand out from the crowd."
42
43
items={[
43
44
{
44
-
title: '750+ Positive Detections',
45
+
title: '1000+ Positive Detections',
45
46
description:
46
47
'A structured incident response pipeline triaging and analyzing potential malware with an average takedown of 10 minutes or less.',
0 commit comments