Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev

fix typeannotation

+1 -1
+1 -1
.prettierrc.mjs
··· 1 - /** @type (import("prettier").Config */ 1 + /** @type (import("prettier").Config) */ 2 2 3 3 export default { 4 4 plugins: ["prettier-plugin-astro"],