Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hugur committed Aug 23, 2021
1 parent 3741a9e commit 91310a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions gatsby-theme-w3f/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/* to resolve "site" paths (vs. theme paths) */
require('path')

/* read the `.env.*` files, gatsby builtin */
require('dotenv').config({
path: `.env.${process.env.NODE_ENV}`,
});

/* to resolve "site" paths (vs. theme paths) */
const path = require('path')

/* read the site metadata in '/src/..' so it is gatsby-shadowable */
const siteMetadata = require('./src/config/siteMetadata');

/* theme config */
Expand Down
2 changes: 1 addition & 1 deletion gatsby-theme-w3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@w3f/gatsby-theme-w3f",
"private": false,
"description": "w3f gatsby theme",
"version": "0.0.5",
"version": "0.0.6",
"author": "W3F <[email protected]>",
"keywords": [
"gatsby"
Expand Down

0 comments on commit 91310a8

Please sign in to comment.