nuxt / nuxt.com

The Nuxt website, made with Nuxt.
https://nuxt.com
MIT License
282 stars 138 forks source link

blog "Edit on Github" url is broke. #1533

Closed cpreston321 closed 5 months ago

cpreston321 commented 5 months ago

If you go to any blog and click Edit on Github on aside it will bring you to a 404 on github.

Code that is incorrect: https://github.com/nuxt/nuxt.com/blob/a9b1e32c93714f23703f12add0f0c17cc518bd2a/pages/blog/%5Bslug%5D.vue#L66

Needs to be:

https://github.com/nuxt/nuxt.com/edit/main/content/${article.value._file}
uncenter commented 5 months ago

I already have a PR open to fix this :)

1532