Test new deployment strategy
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 50s
Some checks failed
Build and Deploy Astro Site / deploy (push) Failing after 50s
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import type { NextConfig } from "next";
|
||||
import type { NextConfig } from 'next'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
};
|
||||
...(process.env.NODE_ENV === 'production' && {
|
||||
output: 'export',
|
||||
images: { unoptimized: true },
|
||||
trailingSlash: true,
|
||||
}),
|
||||
}
|
||||
|
||||
export default nextConfig;
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user