From 29bc0a58bbe6008521f3352e2fe7f5849ac35fed Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Mon, 28 Oct 2024 20:48:46 +0800 Subject: [PATCH] updated --- .env | 4 ++-- .env.local | 8 ++++---- app/page.tsx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index 01564f7..63acad8 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -DOMAIN=philip-cat.com -STACK_NAME=allandone \ No newline at end of file +DOMAIN=oneandallmusic.net +STACK_NAME= oneandall \ No newline at end of file diff --git a/.env.local b/.env.local index 0cab7aa..890133c 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ -DOMAIN=philip-cat.com +DOMAIN=oneandallmusic.net STACK_NAME=allandone -NEXT_PUBLIC_API_URL="https://philip-cat.com/api/v1/" -NEXT_PUBLIC_IMAGE_URL="https://images.philip-cat.com/" -NEXT_PUBLIC_GOOGLE_MAPS_API_KEY = "AIzaSyBp6yD01sMuqJh2_OqmTjIUQa24Ykhn3Bo" \ No newline at end of file +NEXT_PUBLIC_API_URL="https://oneandallmusic.net/api/v1/" +NEXT_PUBLIC_IMAGE_URL="https://images.oneandallmusic.net/" +NEXT_PUBLIC_GOOGLE_MAPS_API_KEY = "AIzaSyC_Qtd25X2P8HjB24j4S40oIOYJOqZ2MWc" \ No newline at end of file diff --git a/app/page.tsx b/app/page.tsx index aea706b..ac3710d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,7 +15,7 @@ async function getSettings() { export const metadata = { title: "All And One Music", - description: "**", + description: "發掘你的音樂之路 - 專業音樂課程、樂器教學、音樂活動", icons: { icon: '/favicon.ico', },