mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
bf4384376e
commit
cdc1d6a6a2
23 changed files with 413 additions and 248 deletions
|
|
@ -6,8 +6,8 @@ import type { Section } from "../components/SectionProvider";
|
|||
import { Providers } from "./providers";
|
||||
|
||||
import "@/styles/tailwind.css";
|
||||
import logo from "@/images/branding/logo.webp";
|
||||
import type { ReactNode } from "react";
|
||||
import logo from "@/images/branding/logo.webp";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
|
|
|
|||
10
app/page.tsx
10
app/page.tsx
|
|
@ -1,11 +1,11 @@
|
|||
import { Guide } from "@/components/Guides";
|
||||
import { Resource, type ResourceType } from "@/components/Resources";
|
||||
import { TeamMember } from "@/components/Team";
|
||||
import { wrapper } from "@/components/mdx";
|
||||
import fastlyLogo from "@/images/logos/fastly.svg";
|
||||
import type { Metadata } from "next";
|
||||
import Image from "next/image";
|
||||
import type { FC } from "react";
|
||||
import { Guide } from "@/components/Guides";
|
||||
import { wrapper } from "@/components/mdx";
|
||||
import { Resource, type ResourceType } from "@/components/Resources";
|
||||
import { TeamMember } from "@/components/Team";
|
||||
import fastlyLogo from "@/images/logos/fastly.svg";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Versia Documentation",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
"use client";
|
||||
|
||||
import { uwuifyDocument } from "@/lib/uwuify";
|
||||
import { ThemeProvider, useTheme } from "next-themes";
|
||||
import { type ReactNode, useEffect } from "react";
|
||||
import { uwuifyDocument } from "@/lib/uwuify";
|
||||
|
||||
function ThemeWatcher() {
|
||||
const { resolvedTheme, setTheme } = useTheme();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue