From 62dad8c313ff6daf3fe80c39064372f91067eea9 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 9 Mar 2021 22:26:35 +0100
Subject: [PATCH] tentative to correct error with mermaid

---
 slides/.puppeteer.json | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 slides/.puppeteer.json

diff --git a/slides/.puppeteer.json b/slides/.puppeteer.json
new file mode 100644
index 0000000..4538c04
--- /dev/null
+++ b/slides/.puppeteer.json
@@ -0,0 +1,4 @@
+{
+    "executablePath": "/usr/bin/chromium-browser",
+    "args": ["--no-sandbox"]
+}
\ No newline at end of file
-- 
GitLab