add webber script

This commit is contained in:
Stefan Fejes
2019-08-20 16:59:57 +02:00
parent 986a8cbdc8
commit 7a4454c7b4
79 changed files with 7324 additions and 5 deletions

8
gatsby-ssr.js Normal file
View File

@ -0,0 +1,8 @@
/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/ssr-apis/
*/
// You can delete this file if you're not using it
export { default as wrapRootElement } from './src/docs/state/ReduxWrapper';