File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ header {
4646 width : 100px ;
4747 height : 100px ;
4848 object-fit : cover ;
49- display : block ;
50- border : 1px solid black ; /* Debugging style to ensure visibility */
5149}
5250
5351h1 {
Original file line number Diff line number Diff line change 55 <meta charset =" UTF-8" >
66 <meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
77 <title >404 - Page not found - Oops!</title >
8- <link rel =" preload" href =" ../assets/fonts/Poppins-Regular-latin.woff2" as =" font" type =" font/woff2" crossorigin = " anonymous " />
9- <link rel =" preload" href =" ../assets/images/confused-robot.png?as=webp" as =" image" type =" image/webp" />
8+ <link rel =" preload" href =" ../assets/fonts/Poppins-Regular-latin.woff2" as =" font" type =" font/woff2" crossorigin />
9+ <link rel =" preload" href =" ../assets/images/confused-robot.png?as=webp" as =" image" type =" image/webp" crossorigin />
1010</head >
1111
1212<body >
Original file line number Diff line number Diff line change 1919 <link rel =" preload" href =" ../assets/images/profile100w100h.png?as=webp" as =" image" type =" image/webp" crossorigin />
2020 <link rel =" preload" href =" ../assets/fonts/Poppins-Bold-latin.woff2" as =" font" type =" font/woff2" crossorigin />
2121 <link rel =" preload" href =" ../assets/fonts/Poppins-Regular-latin.woff2" as =" font" type =" font/woff2" crossorigin />
22- <link rel =" preload" href =" ../../node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2" as =" font" type =" font/woff2" />
23- <link rel =" preload" href =" ../../node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2" as =" font" type =" font/woff2" />
22+ <link rel =" preload" href =" ../../node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2" as =" font" type =" font/woff2" crossorigin />
23+ <link rel =" preload" href =" ../../node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2" as =" font" type =" font/woff2" crossorigin />
2424 <script type =" application/ld+json" >
2525 {
2626 " @context" : " https://schema.org" ,
Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ module.exports = {
4949 test : / \. ( p n g | j p g | j p e g | g i f | s v g | w e b p ) $ / i,
5050 type : 'asset/resource' ,
5151 } ,
52- {
53- test : / \. ( w o f f 2 ? | e o t | t t f | o t f ) $ / i,
54- type : 'asset/resource' ,
55- generator : {
56- filename : '[name].[hash][ext]'
57- }
58- } ,
5952 {
6053 test : / \. e j s / i,
6154 use : [ 'html-loader' , 'template-ejs-loader' ] ,
You can’t perform that action at this time.
0 commit comments