Fix: Image path for homepage preview and center blog content
- Use absolute path for image (/blog/src/img/...) so homepage preview loads correctly - Center blog post content with max-width for better readability
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
"date": "2026-02-28",
|
"date": "2026-02-28",
|
||||||
"excerpt": "dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.",
|
"excerpt": "dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.",
|
||||||
"content": "<p>dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.</p>",
|
"content": "<p>dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.</p>",
|
||||||
"image": "./src/img/CannotConnect.JPEG",
|
"image": "/blog/src/img/CannotConnect.JPEG",
|
||||||
"slug": "status"
|
"slug": "status"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -256,7 +256,9 @@ a:focus-visible {
|
|||||||
color: #9d9aa4;
|
color: #9d9aa4;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin: 20px 0;
|
margin: 20px auto;
|
||||||
|
text-align: center;
|
||||||
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-post-content p {
|
.blog-post-content p {
|
||||||
|
|||||||
Reference in New Issue
Block a user