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 15 minutes
This commit is contained in:
parent
e404482567
commit
24ed4c96a7
@ -1,4 +1,4 @@
|
|||||||
import type { Metadata, Viewport } from "next";
|
import type { Metadata } from "next";
|
||||||
import "./styles/globals.css";
|
import "./styles/globals.css";
|
||||||
import { ReactElement, ReactNode } from "react";
|
import { ReactElement, ReactNode } from "react";
|
||||||
import { ThemeProvider } from "@/components/theme-provider";
|
import { ThemeProvider } from "@/components/theme-provider";
|
||||||
@ -7,16 +7,13 @@ import Sidebar from "@/components/sidebar/sidebar";
|
|||||||
import Footer from "@/components/footer";
|
import Footer from "@/components/footer";
|
||||||
import { TooltipProvider } from "@/components/ui/tooltip";
|
import { TooltipProvider } from "@/components/ui/tooltip";
|
||||||
import { getDocsContent } from "@/lib/mdx";
|
import { getDocsContent } from "@/lib/mdx";
|
||||||
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;
|
||||||
title: "Pulse App",
|
export const metadata: Metadata = { title: "test", description: "testing" };
|
||||||
description: "Public documentation for Pulse App!",
|
// export const viewport: Viewport = config.viewport;
|
||||||
};
|
|
||||||
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