Skip to content

Commit

Permalink
Update gatsby-ssr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Dec 18, 2024
1 parent 4ca4107 commit 75fe741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GlobalWrapper } from "@pantheon-systems/pds-toolkit-react"
import { MOBILE_MENU_BREAKPOINT } from './src/vars/responsive'

/*
* Add global scripts to ensure Bootstrap and jQuery JS is included
* Add global scripts to ensure Bootstrap and jQuery JS is included.
*/
export const onRenderBody = ({ setPostBodyComponents }) => {
setPostBodyComponents([
Expand Down

0 comments on commit 75fe741

Please sign in to comment.