1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

dotenv tweak

This commit is contained in:
Matthias Kretschmann 2019-11-16 14:55:30 +01:00
parent 9c6c7c27ab
commit ababcb8083
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,9 +4,7 @@ const yaml = require('js-yaml')
const meta = yaml.load(fs.readFileSync('./content/meta.yml', 'utf8'))
const { title, url, matomoSite, matomoUrl } = meta[0]
require('dotenv').config({
path: '.env'
})
require('dotenv').config()
module.exports = {
siteMetadata: {