I was actually working on this for Gridsome this morning (Vue) and you can pass a URL parameter to omit the script tag in the return. omit_script=true. Just an FYI, there are a bunch of options you can send.
@KentCDodds-vids5 жыл бұрын
Cool! How do I find out the options?
@DanVega5 жыл бұрын
@@KentCDodds-vids There is this (but doesn't show that flag for some reason) developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/guides/embedded-tweet-parameter-reference
@kgarbaya5 жыл бұрын
Gatsbyjs offers caching also, you can hash the html and save it so next iteration will be faster
@DmitryOlyenyov5 жыл бұрын
I wonder, how do you prefer to debug Gatsby plugins? console.log or debugger?