From 6f8da92ab544aa37da8933d49a3a099617ab32f7 Mon Sep 17 00:00:00 2001 From: aman035 Date: Thu, 21 Nov 2024 17:34:38 +0530 Subject: [PATCH] fix: deploy script --- .github/workflows/deploy.yml | 1 - examples/email/vite.config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6ca320b..7c65cde1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,6 @@ jobs: cd examples/email npm install npm run build - echo "email.push.org" > dist/CNAME mkdir -p ../../gh-pages/email cp -R dist/* ../../gh-pages/email diff --git a/examples/email/vite.config.ts b/examples/email/vite.config.ts index e363499a..3434086c 100644 --- a/examples/email/vite.config.ts +++ b/examples/email/vite.config.ts @@ -11,4 +11,5 @@ export default defineConfig({ }, }, // This is the base path for the email app + base: '/push-network-sdk/email/', });