quasiDigi
Results
2
issues of
quasiDigi
### Describe the bug #### On my local machine After running `npm audit` and `npm audit fix` I get the warning: ``` 1 high severity vulnerability To address all issues,...
type: bug
### What I did: 1. Created a new Astro project through npm, options > ts: strictest, template: blog, install dependencies ``` npm create astro@latest ``` 2. I've added [I18n for...