Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const securityHeaders = [
];

const nextConfig: NextConfig = {
// This repository lives below Fleet's root lockfile. Keep standalone output
// rooted here so OpenNext finds `.next/standalone/.next` consistently.
outputFileTracingRoot: process.cwd(),
// Emit .next/standalone so Beasties' post-build inline-critical-css.mjs
// can modify the same HTML that OpenNext's --skipNextBuild consumes.
output: 'standalone',
Expand Down