aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-02-21 23:49:48 +0900
committerPitu <[email protected]>2019-02-21 23:49:48 +0900
commit352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb (patch)
treebf5ec9101cf29e1547b93539f9f1cd9cc606e54c /nuxt.config.js
parentLoad enviroment variables into config (diff)
downloadhost.fuwn.me-352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb.tar.xz
host.fuwn.me-352d84ea3aceb3f2676fd9dc212b39fa38fb3eeb.zip
Same
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 9a96ade..52b9252 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -1,4 +1,4 @@
-require('dotenv').config();
+import dotenv from 'dotenv/config';
import autoprefixer from 'autoprefixer';
import serveStatic from 'serve-static';
import path from 'path';