diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dccf6fc..0332627 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,9 +23,6 @@ concurrency: jobs: # Single deploy job since we're just deploying deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/vite.config.ts b/vite.config.ts index 5200165..5a33944 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,5 +4,4 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: './' })