MovingBlocks / movingblocks.github.com

Terasology's Homepage hosted as a GitHub Page. On the page you can download Terasology, view related videos, go to the forum, etc.
https://terasology.org/
MIT License
7 stars 17 forks source link

dotenv is not installed #238

Open 5archoufa opened 4 months ago

5archoufa commented 4 months ago

The project uses a .env file to read the GITHUB_TOKEN. But it doesn't have the package dotenv in package.json, and its missing this line in gatsby-config.js: require('dotenv').config();

5archoufa commented 4 months ago

I've made a pull request here: #239