test
Some checks failed
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Failing after 19s
Some checks failed
Deploy & Publish Image / deploy (ubuntu-latest, 2.44.0) (push) Failing after 19s
Took 2 minutes
This commit is contained in:
parent
938bf248cc
commit
e404482567
@ -12,8 +12,11 @@ import config from "@/config";
|
|||||||
/**
|
/**
|
||||||
* The metadata for this app.
|
* The metadata for this app.
|
||||||
*/
|
*/
|
||||||
export const metadata: Metadata = config.metadata;
|
export const metadata: Metadata = config.metadata ?? {
|
||||||
export const viewport: Viewport = config.viewport;
|
title: "Pulse App",
|
||||||
|
description: "Public documentation for Pulse App!",
|
||||||
|
};
|
||||||
|
export const viewport: Viewport = config.viewport ?? {};
|
||||||
|
|
||||||
export const dynamic = "force-dynamic";
|
export const dynamic = "force-dynamic";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user