Back to Gatsby

gatsby-plugin-cxs

packages/gatsby-plugin-cxs/README.md

2.20.0389 B
Original Source

gatsby-plugin-cxs

A Gatsby plugin for cxs including server side rendering.

Install

npm install gatsby-plugin-cxs cxs

How to use

Add the plugin to gatsby-config.js

javascript
module.exports = {
  plugins: [`gatsby-plugin-cxs`],
}

Now you can start to write cxs and it will do the SSR for you.