Skip to content

Instantly share code, notes, and snippets.

@Addono
Last active October 10, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Addono/c4afb16479c3c7602e85493e3f526aa2 to your computer and use it in GitHub Desktop.
Save Addono/c4afb16479c3c7602e85493e3f526aa2 to your computer and use it in GitHub Desktop.
Updated imports Docusaurus plugin
import { LoadContext, Plugin } from '@docusaurus/types'
function pluginGoatcounter({ siteConfig: { themeConfig }}: LoadContext): Plugin<void> {
// ... remainder of your your plugin
}
export default pluginGoatcounter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment