diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e787085..b8a35fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: node-version: "20" - run: corepack enable - run: pnpm install - - name: Build Vite-Plugin-Hash-CSP + - name: Build Vite-Plugin-CSP-Guard run: pnpm p:build - name: Archive production artifacts if: always() @@ -70,7 +70,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: v${{steps.publish.outputs.version}} - tag_prefix: vite-plugin-csp-hash_ + tag_prefix: vite-plugin-csp-guard_ - name: Create a GitHub release if: ${{ steps.publish.outputs.type }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 59f0960..1a614b9 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -18,7 +18,7 @@ jobs: node-version: "20" - run: corepack enable - run: pnpm install - - name: Build Vite-Plugin-Hash-CSP + - name: Build Vite-Plugin-CSP-Guard run: pnpm p:build - name: Run Unit Tests run: pnpm p:test diff --git a/apps/docs/theme.config.jsx b/apps/docs/theme.config.jsx index b6d2d5b..329d4c2 100644 --- a/apps/docs/theme.config.jsx +++ b/apps/docs/theme.config.jsx @@ -1,10 +1,9 @@ export default { logo: Vite CSP Guard, project: { - link: "https://github.com/RockiRider/vite-plugin-posthog", + link: "https://github.com/RockiRider/csp", }, - docsRepositoryBase: - "https://github.com/RockiRider/vite-plugin-posthog/tree/main/apps/docs", + docsRepositoryBase: "https://github.com/RockiRider/csp/tree/main/apps/docs", useNextSeoProps() { return { titleTemplate: "%s | Vite CSP Guard",