Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 13, 2024
1 parent 8ef1200 commit 8bbe9b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
STRIPE_CLI_TELEMETRY_OPTOUT: 1
TELEMETRY_DISABLED: 1
TERRAFORM_TELEMETRY: 0
VCPKG_DISABLE_METRICS: 1

steps:
- uses: pozil/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
STRIPE_CLI_TELEMETRY_OPTOUT: 1
TELEMETRY_DISABLED: 1
TERRAFORM_TELEMETRY: 0
VCPKG_DISABLE_METRICS: 1

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
STRIPE_CLI_TELEMETRY_OPTOUT: 1
TELEMETRY_DISABLED: 1
TERRAFORM_TELEMETRY: 0
VCPKG_DISABLE_METRICS: 1

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { ViewTransitions } from "astro:transitions";
<!-- Meta -->
<title>{Title}</title>
<meta charset="utf-8" />

<meta name="description" content={Description} />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#fa5252" />
Expand Down

0 comments on commit 8bbe9b7

Please sign in to comment.