From 776a617f7bd775e25903280f460679d99792f5a2 Mon Sep 17 00:00:00 2001
From: Rene Roesner <rene.roesner@fjd.de>
Date: Thu, 21 Apr 2022 15:38:53 +0200
Subject: [PATCH] planning#347: Maybe fix for routing problem

---
 next.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/next.config.js b/next.config.js
index 324bcb2..4f27474 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,5 @@
 module.exports = {
   optimizeFonts: false,
+  exportTrailingSlash: true,
   assetPrefix: './'
 }
-- 
GitLab