Skip to content

Commit

Permalink
feat(analytics): update umami instance url
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 19, 2024
1 parent 1bc20b7 commit c1ac3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function RootLayout({
<head>
<Script
async
src="https://analytics.umami.is/script.js"
src="https://analytics.mateusf.com/script.js"
data-website-id={process.env.UMAMI_WEBSITE_ID}
/>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/kbar/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export function CustomKBarProvider({ children }: { children: ReactNode }) {
icon: <ChartLine size="1em" weight="duotone" />,
perform: () =>
window.open(
'https://analytics.umami.is/share/IV950FFonuZg4Rbn/mateusf.com',
"https://analytics.mateusf.com/share/YdWCDBOWOyKv5rRe/Mateus%20Felipe's%20Hideout",
'_blank'
)
},
Expand Down

0 comments on commit c1ac3ea

Please sign in to comment.