From 4fa7d1b1c0474a5faabdacb6e24d725743cab7ec Mon Sep 17 00:00:00 2001 From: cateiru Date: Tue, 10 Oct 2023 23:57:08 +0900 Subject: [PATCH] cdn?????????????????? --- src/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.go b/src/config.go index aeffaa537f..704bd4bae7 100644 --- a/src/config.go +++ b/src/config.go @@ -697,8 +697,7 @@ var CloudRunStagingConfig = &Config{ UseCDN: false, // NOTE: ステージング環境はCloudStorageから直接 CDNHost: &url.URL{ - Host: "storage.googleapis.com", - Path: "/oreore-me-staging", + Host: "cdn.staging.oreore.me", Scheme: "https", }, FastlyApiToken: "token", // NOTE: ステージング環境はCloudStorageから直接