Setup

To use the Blog API, install the @wix/blog package using npm or Yarn:

Copy Code
npm install @wix/blog

or

Copy Code
yarn add @wix/blog

Then import blog from @wix/blog:

Copy Code
import blog from '@wix/blog'
Was this helpful?
Yes
No