diff --git a/.env b/.env index 926c7bd..742c270 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ -ARTICLE_ROOT=../articles/ +ARTICLE_ROOT=./articles/ SERVER_PORT=8080 PREFIX= DATABASE_FILE=database.sqlite3 -ARTICLE_TEMPLATE=../frontend/html/article.gohtml -FRONTEND_DIR=../frontend/ +ARTICLE_TEMPLATE=./frontend/html/article.gohtml +FRONTEND_DIR=./frontend/