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/routes/products/sites/(components)/features.svelte
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,20 @@
7
7
{
8
8
icon: DDOS,
9
9
label: 'DDOS Protection',
10
-
description: 'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under attacks.'
10
+
description:
11
+
'Automatically detect and mitigate Distributed Denial-of-Service (DDoS) attacks to ensure your app stays online and responsive, even under attacks.'
11
12
},
12
13
{
13
14
icon: SSR,
14
15
label: 'Server-side rendering',
15
-
description: 'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
16
+
description:
17
+
'Deliver dynamic content faster and improve SEO with built-in support for server-side rendering (SSR) in your apps.'
16
18
},
17
19
{
18
20
icon: Domains,
19
21
label: 'Custom domains',
20
-
description: 'Easily connect your own domain name to your Appwrite project, site, or function for a fully branded experience.'
22
+
description:
23
+
'Easily connect your own domain name to your Appwrite project, site, or function for a fully branded experience.'
0 commit comments