Skip to content

Commit

Permalink
fix: site working
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Nov 8, 2024
1 parent aec536a commit fb7c156
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,17 @@ GraphQL allows our site to request only the data that it needs and only when it
- Support Drupal and display badge: https://www.drupal.org/association/campaign/become-a-member-2021
-->

## Development

```sh
# Use the correct Node version
nvm install
nvm use

# Install dependencies
yarn install

# Run the development server
yarn run start
```
4 changes: 2 additions & 2 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./src/styles/scramble.css";
import "./src/styles/modal.css";
import "./src/styles/imageGlitch.css";

// @ts-ignores
import wrapPageElement from "./src/utils/wrapPageElement";
import { wrapPageElement } from "./src/utils/wrapPageElement";

const onClientEntry = (_args) => {
Modal.setAppElement("#___gatsby");
};
Expand Down

0 comments on commit fb7c156

Please sign in to comment.