File tree Expand file tree Collapse file tree 3 files changed +89
-483
lines changed Expand file tree Collapse file tree 3 files changed +89
-483
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ with NUxt 4 based websites.
2828- 📯 Automatically imported [ composables] ( #composables )
2929- 🏷️ Fully typed Fathom API
3030- 🦾 SSR-ready
31- - 📂 [ ` .env ` file support] ( #configuration )
31+ - 📂 [ Environment Variable support] ( #configuration )
3232
3333## Installation
3434
@@ -58,7 +58,7 @@ export default defineNuxtConfig({
5858});
5959```
6060
61- > Tip: you can also use an [ .env file ] ( #runtime-config ) instead of a ` fathom ` key.
61+ > Tip: you can also use an [ Environment Variables ] ( #runtime-config ) instead of a ` fathom ` key.
6262
6363Done! Fathom Analytics will now run in your application's client.
6464
@@ -176,8 +176,9 @@ act -W .github/workflows/ci.yml
176176```
177177## Credits
178178
179- - [ johannschopplich] ( https://github.com/johannschopplich/ ) for his nuxt-gtag project which inspired this .
179+ - [ johannschopplich] ( https://github.com/johannschopplich/ ) for his nuxt-gtag project.
180180- [ derrickreimer] ( https://github.com/derrickreimer ) for his fathom-client.
181+ - [ valgeirb] ( https://github.com/valgeirb ) for his original nuxt-fathom project which this is a fork of .
181182
182183
183184## Support
Original file line number Diff line number Diff line change 4242 "@nuxt/eslint" : " 1.9.0" ,
4343 "@nuxt/eslint-config" : " ^1.9.0" ,
4444 "@nuxt/module-builder" : " ^1.0.2" ,
45- "@nuxt/kit" : " ^4.0 .1" ,
46- "@nuxt/schema" : " ^4.0.3 " ,
45+ "@nuxt/kit" : " ^4.1 .1" ,
46+ "@nuxt/schema" : " ^4.1.1 " ,
4747 "@nuxt/scripts" : " 0.11.10" ,
4848 "@nuxt/test-utils" : " ^3.19.2" ,
4949 "@types/node" : " ^20.8.9" ,
5050 "@vue/test-utils" : " ^2.4.6" ,
5151 "changelogen" : " ^0.6.2" ,
5252 "happy-dom" : " ^18.0.1" ,
5353 "eslint" : " ^9.33.0" ,
54- "nuxt" : " ^4.0.3 " ,
54+ "nuxt" : " ^4.1.1 " ,
5555 "typescript" : " ~5.9.2" ,
5656 "playwright-core" : " ^1.54.2" ,
5757 "vitest" : " ^0.33.0"
You can’t perform that action at this time.
0 commit comments