From 6697a293ae5d678cceaec2e3f4488196af936634 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sun, 28 May 2023 18:15:56 -0600 Subject: Nix flake config --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 next.config.js (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..e97173b --- /dev/null +++ b/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + output: 'standalone', +} -- cgit 1.4.1