fix: change from static execute to dynamic execute (#19)
Release package / release (push) Failing after 24m2s
Release package / release (push) Failing after 24m2s
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import type { NextConfig } from "next";
|
||||
* Docs: https://nextjs.org/docs/app/api-reference/next-config-js
|
||||
*/
|
||||
const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
output: 'standalone',
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user