File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { RootProvider } from ' fumadocs-ui/provider/next' ;
2- import ' ./global.css' ;
3- import { Archivo } from ' next/font/google' ;
4- import type { Metadata } from ' next' ;
1+ import { RootProvider } from " fumadocs-ui/provider/next" ;
2+ import " ./global.css" ;
3+ import { Archivo } from " next/font/google" ;
4+ import type { Metadata } from " next" ;
55
66const archivo = Archivo ( {
7- subsets : [ ' latin' ] ,
8- weight : [ ' 500' ] ,
7+ subsets : [ " latin" ] ,
8+ weight : [ " 500" ] ,
99} ) ;
1010
1111export const metadata : Metadata = {
12- title : ' Python Template Documentation' ,
13- description : ' Super-opinionated Python stack for fast development' ,
12+ title : " Python Template Documentation" ,
13+ description : " Super-opinionated Python stack for fast development" ,
1414 icons : {
15- icon : '/favicon.ico' ,
16- apple : '/icon.png' ,
15+ icon : [
16+ {
17+ url : "/favicon.ico" ,
18+ } ,
19+ {
20+ url : "/icon-light.png" ,
21+ media : "(prefers-color-scheme: light)" ,
22+ } ,
23+ {
24+ url : "/icon-dark.png" ,
25+ media : "(prefers-color-scheme: dark)" ,
26+ } ,
27+ ] ,
28+ apple : "/icon-light.png" ,
1729 } ,
1830} ;
1931
You can’t perform that action at this time.
0 commit comments