diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3d171fc..fee3198 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -21,8 +21,6 @@ jobs: strategy: matrix: include: *site_matrix - container: - image: node:22-bookworm steps: - name: Checkout git repository @@ -37,8 +35,15 @@ jobs: token: ${{ secrets.CONFIG_REPO_TOKEN }} path: "configs" - - name: Enable pnpm - run: corepack enable && corepack prepare pnpm@latest --activate + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 10 + + - name: Setup Nodejs + uses: actions/setup-node@v4 + with: + node-version: 22 - name: Install dependencies and config run: | diff --git a/src/pages/index.css b/src/pages/index.css index 52d1379..6e956bb 100644 --- a/src/pages/index.css +++ b/src/pages/index.css @@ -22,9 +22,6 @@ body { padding: 0; font-family: "Inter"; - - /* Disable the blue square when you tap a button on mobile */ - -webkit-tap-highlight-color: transparent; } /*-Texts-----------------------------*/