Skip to content

Commit

Permalink
Remove Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 6, 2024
1 parent d8c9059 commit d789b5e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [7.10.0] - 2024-08-06
### Added
* *Nothing*

### Changed
* Update dependencies.

### Deprecated
* *Nothing*

### Removed
* Remove Google Analytics.

### Fixed
* *Nothing*


## [7.9.0] - 2024-07-16
### Added
* Add `astro-expressive-code` to improve code blocks and code snippets.
Expand Down
11 changes: 0 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@mdx-js/react": "^3.0.1",
"astro": "^4.13.1",
"astro-expressive-code": "^0.35.6",
"astro-google-analytics": "^1.0.3",
"astro-seo": "^0.8.4",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
Expand Down
3 changes: 0 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import { GoogleAnalytics } from 'astro-google-analytics';
import { SEO } from 'astro-seo';
import { Footer } from '../components/Footer';
import { Header } from '../components/Header';
Expand Down Expand Up @@ -95,8 +94,6 @@ const currentPage = Astro.url.pathname;
<meta name="msapplication-square144x144logo" content="/icons/icon-144x144.png"/>
<meta name="msapplication-square150x150logo" content="/icons/icon-150x150.png"/>
<meta name="msapplication-square310x310logo" content="/icons/icon-310x310.png"/>

<GoogleAnalytics id="UA-38351554-5" />
</head>
<body>
<Header currentPage={currentPage} leftMenuToggle={leftMenuToggle} client:load />
Expand Down

0 comments on commit d789b5e

Please sign in to comment.