diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02d9cfe..cbb742e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy on: push: branches: - - main + - master jobs: build: diff --git a/vite.config.ts b/vite.config.ts index 54066fb..73be6db 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,7 @@ import { defineConfig } from "vite"; import tsconfigPaths from "vite-tsconfig-paths"; export default defineConfig({ + base: '/property-videos-summariser/', plugins: [ remix({ future: {