From f26270b70443f65de5771c6252a4a4361756f9f6 Mon Sep 17 00:00:00 2001
From: peter_rabbit <pierrejarriges@gmail.com>
Date: Wed, 20 Jan 2021 16:28:56 +0100
Subject: [PATCH] fix:build.js

---
 build.js     | 2 +-
 constants.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.js b/build.js
index 54b9abe..8fb487f 100644
--- a/build.js
+++ b/build.js
@@ -3,7 +3,7 @@
 "use strict";
 
 const build_conf = {
-    protected_dirs: ["assets", "style"],
+    protected_dirs: ["assets", "style", "articles"],
 };
 
 const fs = require("fs");
diff --git a/constants.js b/constants.js
index 7f6ff30..fd8b9bd 100644
--- a/constants.js
+++ b/constants.js
@@ -2,4 +2,5 @@ const { server_url } = require("./config");
 
 module.exports = {
     images_url: `${server_url}/assets/images`,
+    articles_url: `${server_url}/articles`,
 };
-- 
GitLab