From 399f729406d861bd16e244cbe8698fe347880942 Mon Sep 17 00:00:00 2001 From: kitajchuk Date: Wed, 7 Apr 2021 20:19:59 -0700 Subject: [PATCH] Adding next.config.js --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..5f4f78d --- /dev/null +++ b/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + trailingSlash: true, +}; \ No newline at end of file