You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
Thanks for this module! I'm adding few improvement ideas:
Array convention for passing module options, is being deprecated. It would be nice supporting top level fathom key in nuxt.config (example)
It would be nice supporting runtimeConfig for setting analytics id (this way id can be set after build based on deployment). For this, we need to export a function from template file
Module is better to be installed as devDependency and added in buildModules instead of modules since we don't add any runtime extension by module
Thanks for this module! I'm adding few improvement ideas:
fathom
key innuxt.config
(example)devDependency
and added inbuildModules
instead ofmodules
since we don't add any runtime extension by moduleThe text was updated successfully, but these errors were encountered: