Skip to content

Commit

Permalink
changed to static
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDragonCh committed Feb 18, 2024
1 parent 88826d8 commit 9a2081e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { AppRouterCacheProvider } from '@mui/material-nextjs/v14-appRouter'
import getInitColorSchemeScript from "@mui/system/cssVars/getInitColorSchemeScript";
import { Experimental_CssVarsProvider } from "@mui/material";

export const runtime = 'edge';
export const dynamic = 'force-static'

import './globals.css'

import Theme from "../providers/ColorMode";


export const metadata: Metadata = {
metadataBase: new URL('https://www.andrewdragon.dev'),
colorScheme: 'dark light',
title: {
default: 'AndrewDragon',
template: '%s - AndrewDragon'
Expand Down

0 comments on commit 9a2081e

Please sign in to comment.