lando / vitepress-theme-default-plus

The VitePress Default Theme with a little more POWAH
https://vitepress-theme-default-plus.lando.dev/
GNU General Public License v3.0
21 stars 2 forks source link

fix(PostHeader): correctly compute hlocation #24

Closed mtdvlpr closed 4 months ago

mtdvlpr commented 4 months ago

I'm getting the following error:

ReferenceError: author is not defined

Probably an oversight when switching from author to authors. I fixed it here by using the first author's location instead.

netlify[bot] commented 4 months ago

Deploy Preview for vitepress-theme-default-plus ready!

Name Link
Latest commit 56890181a6d3e520e32949765e57882aff2b74dc
Latest deploy log https://app.netlify.com/sites/vitepress-theme-default-plus/deploys/65cfa5dee828330007e5cf49
Deploy Preview https://deploy-preview-24--vitepress-theme-default-plus.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 93 (🔴 down 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 86 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

pirog commented 4 months ago

@mtdvlpr solid. thanx!