summary refs log tree commit diff
path: root/next.config.js
diff options
context:
space:
mode:
authorAshelyn Rose <rose@tempest.dev>2023-05-28 18:15:56 -0600
committerAshelyn Rose <rose@tempest.dev>2023-05-28 18:15:56 -0600
commit6697a293ae5d678cceaec2e3f4488196af936634 (patch)
tree48e95a9c03694f75018539e4a5275273dbec0d6e /next.config.js
parentab3c61f5cc765dab6b8d51cd0e0e34c51544c355 (diff)
Nix flake config
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js3
1 files changed, 3 insertions, 0 deletions
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',
+}