Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Official Plugin
View plugin on GitHub

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

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

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

© 2023 Gatsby, Inc.