Charca / astro-blog-template

Personal Blog Template Powered by Astro
MIT License
312 stars 56 forks source link

Fixed [slug].astro not giving correct permalink #5

Closed Exerra closed 1 year ago

Exerra commented 1 year ago

Currently the permalink being rendered is <domain>/<post_slug>, even though the url is <domain>/blog/<post_slug>. This commit should fix that issue.

Before commit: image

After commit: image

netlify[bot] commented 1 year ago

Deploy Preview for astro-blog-template ready!

Name Link
Latest commit 364f6ac2f0dfc67d42f4f4d932a16f09db7a3634
Latest deploy log https://app.netlify.com/sites/astro-blog-template/deploys/6379168106b9d5000884dac0
Deploy Preview https://deploy-preview-5--astro-blog-template.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Charca commented 1 year ago

Thank you!