mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-28 18:28:58 +00:00
new examples
This commit is contained in:
12
node/gatsby/gatsby-ssr.js
Normal file
12
node/gatsby/gatsby-ssr.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
|
||||
*
|
||||
* See: https://www.gatsbyjs.com/docs/reference/config-files/gatsby-ssr/
|
||||
*/
|
||||
|
||||
/**
|
||||
* @type {import('gatsby').GatsbySSR['onRenderBody']}
|
||||
*/
|
||||
exports.onRenderBody = ({ setHtmlAttributes }) => {
|
||||
setHtmlAttributes({ lang: `en` })
|
||||
}
|
||||
Reference in New Issue
Block a user