diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80d3719..4fd0c73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,8 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload uses: withastro/action@v3 + with: + node-version: "22" deploy: needs: build diff --git a/astro.config.mjs b/astro.config.mjs index a7636c4..13d4ab8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,6 +4,5 @@ import sitemap from "@astrojs/sitemap"; // https://astro.build/config export default defineConfig({ site: "https://gatherloop.github.io", - base: "/gatherloop", integrations: [sitemap()], });