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
importblog,{ga,redirects}from"blog";blog({
...
middlewares: [// If you want to set up Google Analytics, paste your GA key here.ga("G-XXXXXXXXXX"),],});
The text was updated successfully, but these errors were encountered:
Ko1103
added a commit
to Ko1103/deno_blog
that referenced
this issue
Apr 5, 2023
I'm using this deno_blog with ga middleware, but Google Analytics not working.
I think I found the cause, it is missing
await
in this line.deno_blog/blog.tsx
Line 493 in 0a43328
Reproduce
Here's my main.ts file.
The text was updated successfully, but these errors were encountered: