diff --git a/config-prod.toml b/config-prod.toml index 6324aa7..384f894 100644 --- a/config-prod.toml +++ b/config-prod.toml @@ -1,6 +1,6 @@ languageCode = "en-us" title = "Massively" -baseURL = "https://your-cloudflare-domain.com/" +baseURL = "https://cyberiya.site/" theme = "hugo-theme-massively" googleanalytics = "" disqusShortname = "" diff --git a/config.toml b/config.toml index 8d6fef2..d49ba0e 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ languageCode = "ru" defaultContentLanguage = "ru" title = "Пока ты спал" -baseURL = "http://localhost:1313/" +baseURL = "https://cyberiya.site/" theme = "hugo-theme-massively" googleanalytics = "" disqusShortname = "" diff --git a/deploy.sh b/deploy.sh index 8932840..f0c6794 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ # Configuration BUCKET_NAME="your-r2-bucket-name" -DISTRIBUTION_DOMAIN="your-cloudflare-domain.com" +DISTRIBUTION_DOMAIN="cyberiya.site" R2_ENDPOINT="https://.r2.cloudflarestorage.com" REGION="auto"