From 2541af17f4d8fd344e5b291462d595da83aa9fe6 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Sat, 10 May 2025 19:14:48 +0000 Subject: [PATCH] Change URL to vezpi.com --- .gitea/workflows/deploy_blog.yml | 2 +- hugo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy_blog.yml b/.gitea/workflows/deploy_blog.yml index cc5d3e7..da3dc8b 100644 --- a/.gitea/workflows/deploy_blog.yml +++ b/.gitea/workflows/deploy_blog.yml @@ -40,6 +40,6 @@ jobs: run: | rm -f ${BLOG_FOLDER}/content/posts/template.md rm -rf ${BLOG_FOLDER}/private/* ${BLOG_FOLDER}/public/* - ${BLOG_FOLDER}/hugo -D -b https://blog-dev.vezpi.me -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private + ${BLOG_FOLDER}/hugo -D -b https://blog-dev.vezpi.com -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/private ${BLOG_FOLDER}/hugo -s ${BLOG_FOLDER} -d ${BLOG_FOLDER}/public chown 1000:1000 -R ${BLOG_FOLDER} diff --git a/hugo.yaml b/hugo.yaml index 9c86df4..a627232 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: "https://blog.vezpi.me/" +baseURL: "https://blog.vezpi.com/" languageCode: "en-us" title: "Vezpi Lab" theme: "stack"