diff --git a/.github/workflows/deploy-to-cloudflare.yml b/.github/workflows/deploy-to-cloudflare.yml index cf3d014..349db75 100644 --- a/.github/workflows/deploy-to-cloudflare.yml +++ b/.github/workflows/deploy-to-cloudflare.yml @@ -53,7 +53,7 @@ jobs: - name: Build Hugo Site run: | - hugo --minify --gc -D --baseUrl 'https://staging.msfjarvis.dev/' + hugo --minify --gc -D --baseUrl 'https://drafts.msfjarvis.dev/' - name: Publish to Cloudflare Workers Sites run: | diff --git a/wrangler.toml b/wrangler.toml index fb9bdb1..71f1457 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,8 +2,8 @@ name = "msfjarvis-dev-staging" type = "webpack" webpack_config = "webpack.config.js" workers_dev = false -route = "staging.msfjarvis.dev/*" -vars = { BASE_URL = "https://staging.msfjarvis.dev/" } +route = "drafts.msfjarvis.dev/*" +vars = { BASE_URL = "https://drafts.msfjarvis.dev/" } [site] bucket = "./public"