You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same question for images in blog posts, I couldn't use astro's image
Upload all images into the public folder from where you can reference them. Below is a sample given
"featuredImage: '/assets/images/blog/consider-hybrid-work/featured.jpg'
For adding images other than the cover image, use an image tag . Eg:
img src="/assets/images/blog/consider-hybrid-work/featured.jpg"
Hi, is there any way to add an author to a post with this theme?
The text was updated successfully, but these errors were encountered: