diff --git a/.github/workflows/codeforafrica-deploy-dev.yml b/.github/workflows/codeforafrica-deploy-dev.yml index c84bba4042..7e1d04334e 100644 --- a/.github/workflows/codeforafrica-deploy-dev.yml +++ b/.github/workflows/codeforafrica-deploy-dev.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - chore/build-arm-image + - test-cfa-build paths: - "apps/codeforafrica/**" - "Dockerfile" diff --git a/.github/workflows/codeforafrica-deploy-prod.yml b/.github/workflows/codeforafrica-deploy-prod.yml index 3073603fff..93b5914f5b 100644 --- a/.github/workflows/codeforafrica-deploy-prod.yml +++ b/.github/workflows/codeforafrica-deploy-prod.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - chore/build-arm-image + - test-cfa-build # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/apps/charterafrica/next.config.js b/apps/charterafrica/next.config.js index 87a66c5963..6ad676b9e6 100644 --- a/apps/charterafrica/next.config.js +++ b/apps/charterafrica/next.config.js @@ -28,6 +28,7 @@ const nextConfig = { unoptimized: process.env.NEXT_PUBLIC_IMAGE_UNOPTIMIZED?.trim()?.toLowerCase() === "true", + path: "", }, modularizeImports: { // NOTE: only transform @mui/material and not any of sub-modules e.g. @mui/material/styles. diff --git a/apps/codeforafrica/next.config.js b/apps/codeforafrica/next.config.js index cb95c7b156..bb68589b6d 100644 --- a/apps/codeforafrica/next.config.js +++ b/apps/codeforafrica/next.config.js @@ -8,6 +8,7 @@ const nextConfig = { unoptimized: process.env.NEXT_PUBLIC_IMAGE_UNOPTIMIZED?.trim()?.toLowerCase() === "true", + path: "", }, modularizeImports: { // NOTE: only transform @mui/material and not any of sub-modules e.g. @mui/material/styles. diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index a0243a86db..ffc77950a7 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -1,6 +1,6 @@ { "name": "codeforafrica", - "version": "1.0.59", + "version": "1.0.60", "private": true, "author": "Code for Africa ", "description": "This is the main CFA site.",