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.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ function Home() {
16
16
const{siteConfig ={}}=context;
17
17
return(
18
18
<Layout
19
-
title={`Hello from ${siteConfig.title}`}
20
-
description="Description will go into a meta tag in <head />">
19
+
title={`Welcome to the ${siteConfig.title} by Redis Labs`}
20
+
description="Learn all the best practices to get up and running with Redis in no time. Get started and discover the power of Redis, whether on your local machines or in the cloud.">
0 commit comments