Tran Tan Loc
Tran Tan Loc
You can change the font size via CSS (put in the source). Load it through [hexo injecter](https://hexo.io/api/injector). You could save the file in `scripts` folder and in javascript (*.js or...
I agree with you, there is a [VSCode plugin](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) which have similar idea (for VSCode) and there are some icons there, may be you could have a look at that,...
May be you could have a look at this article: https://spectrum.chat/mdx/general/resolved-problems-updating-to-mdx-v2-w-yarn-workspaces~126eddd4-942f-4e8b-9064-de45e8b4a4d9 and I'm currently using yarn
No I have not fixed this yet (don't know how to use yarn resolution). The page is working because the build used to be success (so there is some old...
Would you mind helping me with this? Thanks (giving me the mdx version for me to put it in the resolutions in `yarn` is OK
Oh yeah, I have already read that post, tried to add to the package.json like this: ```json { "name": "fpr", "version": "0.8.1", "license": "MIT", "scripts": { "build": "gatsby build", "start":...
I used to do that, the build failed so I follow the guide above, the problem look similar and the writer told that to fix this you can use yarn...
It started being failed from this commit: https://github.com/LocTran016/loctran016.github.io/commit/d5263acaa210b4d07831aa001f2bfb5b2a853094 and I have add mdx in resolutions here https://github.com/LocTran016/loctran016.github.io/commit/e758c79c6073343d04f5462a868735480e9dad97 but didn't help at all.
And btw, this also happen locally (on my computer), when I run yarn dev (`gatsby clean && gatsby develop --open`), this is what shown in the terminal:  P/S: When...