Skip to content

Latest commit

 

History

History

gatsby-plugin-cxs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.