From 4e7500339fde7524f66e68ef4270bf60d01e89b1 Mon Sep 17 00:00:00 2001 From: JT Olio Date: Mon, 8 Jul 2024 14:09:44 -0400 Subject: [PATCH] blog title --- app/(blog)/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(blog)/layout.js b/app/(blog)/layout.js index 618436082..fbede7f4f 100644 --- a/app/(blog)/layout.js +++ b/app/(blog)/layout.js @@ -2,8 +2,8 @@ import '@/styles/tailwind.css' export const metadata = { title: { - template: '%s | Storj blog', - default: 'Storj blog', + template: '%s | Storj Engineering Blog', + default: 'Storj Engineering Blog', }, description: 'Learn about the latest developments in the Storj network and the technology that powers it.',