diff options
author | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
---|---|---|
committer | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
commit | 6697a293ae5d678cceaec2e3f4488196af936634 (patch) | |
tree | 48e95a9c03694f75018539e4a5275273dbec0d6e /next.config.js | |
parent | ab3c61f5cc765dab6b8d51cd0e0e34c51544c355 (diff) |
Nix flake config
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 3 |
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', +} |