Skip to content

Commit

Permalink
multiplattform
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichmax committed Aug 17, 2024
1 parent bb13cef commit 574444b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKER_HUB_USERNAME}}/personal-website:${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions src/data/external/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export async function getMatomoTopPageUrls() {
console.error(pageUrl.errors)
throw new Error("Failed to fetch pageUrl")
} else {
console.log(pageUrl)
pageUrl.map((page: any) => {
if (page.url != undefined) {
if (!page.url.includes("?")) {
Expand Down

0 comments on commit 574444b

Please sign in to comment.