From 82de8676d7d278fcf0bd17b7a6dd46126c6fdd46 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 2 Jul 2025 22:38:18 +0200 Subject: feat: update branding and bucket name for boilerplate --- src/components/Navbar.tsx | 2 +- src/lib/minio.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 2f1e0d4..29c6129 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -34,7 +34,7 @@ export default function Navbar() {
W
- Widget + Next-Boilerplate
diff --git a/src/lib/minio.ts b/src/lib/minio.ts index 04bf32d..4ba6c31 100644 --- a/src/lib/minio.ts +++ b/src/lib/minio.ts @@ -9,7 +9,7 @@ const minioClient = new Client({ secretKey: process.env.MINIO_SECRET_KEY || '', }) -const BUCKET_NAME = 'widget-storage' +const BUCKET_NAME = 'storage' export async function ensureBucketExists() { try { -- cgit v1.3.1