Skip to content

Commit

Permalink
Merge branch 'master' of github.com:synthql/synthql into fix/prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jimezesinachi committed Apr 11, 2024
2 parents f93e27a + 4f02922 commit 44c89c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Why

Motivation an context for the change.

# What changed

Brief summary of the changes

# Important

Mention important points that require special attention or that might surprise
reviewers
10 changes: 10 additions & 0 deletions packages/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ const config: Config = {
locales: ['en'],
},

plugins: [
[
'@docusaurus/plugin-google-gtag',
{
trackingID: 'G-EBEHLG81MW',
anonymizeIP: true, // Anonymize IP in Google Analytics data
},
],
],

presets: [
[
'classic',
Expand Down

0 comments on commit 44c89c9

Please sign in to comment.