mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-27 13:45:01 +00:00
fix next start failures due to output: export setting
Fails with: Error: "next start" does not work with "output: export" configuration. Use "npx serve@latest out" instead. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b8088f36b7
commit
b537766fd5
@ -11,7 +11,10 @@ const withMDX = createMDX({
|
|||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
/* Breaks currently used 'next start' due to:
|
||||||
|
* Error: "next start" does not work with "output: export" configuration.
|
||||||
|
* Use "npx serve@latest out" instead. */
|
||||||
|
//output: 'export',
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user