diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3852989..1bf8773 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,14 +1,3 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: contents: read diff --git a/vite.config.ts b/vite.config.ts index d0d2a86..f0078e4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,5 +7,4 @@ export default defineConfig({ server: { port: 3000, }, - base: "/calendar/", });