File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { CssBaseline } from "@mui/material" ;
2
2
import { ThemeProvider } from "@mui/material/styles" ;
3
3
import { AppRouterCacheProvider } from "@mui/material-nextjs/v15-appRouter" ;
4
- import { Metadata } from "next" ;
4
+ import { Metadata , Viewport } from "next" ;
5
5
import { Lato } from "next/font/google" ;
6
6
7
7
import { Footer } from "@/components/Footer" ;
8
8
import { TopBar } from "@/components/TopBar" ;
9
9
import { theme } from "@/utils/theme" ;
10
10
11
+ export const viewPort : Viewport = {
12
+ themeColor : "#e99939" ,
13
+ } ;
14
+
11
15
export const metadata : Metadata = {
12
16
title : {
13
17
default : "Toska" ,
@@ -17,7 +21,6 @@ export const metadata: Metadata = {
17
21
"Toska on Helsingin yliopiston tietojenkäsittelytieteen osaston sovelluskehitysakatemia, joka kehittää yliopiston opetushallinnollisia sovelluksia" ,
18
22
creator : "Toska" ,
19
23
authors : [ { name : "Toska" , url : "https://toska.dev" } ] ,
20
- themeColor : "#e99939" ,
21
24
} ;
22
25
23
26
const lato = Lato ( {
You can’t perform that action at this time.
0 commit comments