rsnext/examples/with-docker/next.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
87 B
JavaScript
Raw Permalink Normal View History

/** @type {import('next').NextConfig} */
module.exports = {
2022-06-24 21:58:35 +02:00
output: "standalone",
};