@@ -35,7 +35,7 @@ export const metadata: Metadata = {
3535 siteName : 'AEC Coding Club' ,
3636 images : [
3737 {
38- url : '/ og-image.jpg' ,
38+ url : 'og-image.jpg' ,
3939 width : 1200 ,
4040 height : 630 ,
4141 alt : 'AEC Coding Club' ,
@@ -48,7 +48,7 @@ export const metadata: Metadata = {
4848 card : 'summary_large_image' ,
4949 title : 'AEC Coding Club' ,
5050 description : 'Join AEC Coding Club - A community of passionate developers, innovators, and problem solvers.' ,
51- images : [ '/ og-image.jpg' ] ,
51+ images : [ 'og-image.jpg' ] ,
5252 } ,
5353 robots : {
5454 index : true ,
@@ -63,14 +63,14 @@ export const metadata: Metadata = {
6363 } ,
6464 icons : {
6565 icon : [
66- { url : '/ favicon.svg' , type : 'image/svg+xml' } ,
67- { url : '/ favicon.ico' } ,
68- { url : '/ favicon-96x96.png' , sizes : '96x96' , type : 'image/png' } ,
66+ { url : 'favicon.svg' , type : 'image/svg+xml' } ,
67+ { url : 'favicon.ico' } ,
68+ { url : 'favicon-96x96.png' , sizes : '96x96' , type : 'image/png' } ,
6969 ] ,
70- shortcut : '/ favicon.ico' ,
71- apple : '/ apple-touch-icon.png' ,
70+ shortcut : 'favicon.ico' ,
71+ apple : 'apple-touch-icon.png' ,
7272 } ,
73- manifest : '/ site.webmanifest' ,
73+ manifest : 'site.webmanifest' ,
7474 appleWebApp : {
7575 title : 'AEC Coding Club' ,
7676 statusBarStyle : 'default' ,
0 commit comments