dotnetthailand / dotnetthailand.github.io

source code for .NET Thailand website (dotnetthailand.com)
https://www.dotnetthailand.com
MIT License
60 stars 100 forks source link

Fix build error from Repo DB content #215

Closed aaronamm closed 1 year ago

aaronamm commented 1 year ago

ORM folder is broken and we don't have orm.md file. We can't use tag <> e.g. <TDbConnection> without backtick or code block because Gatsby think it is a React tag/component. <TEntity, TDbConnection> seems okay but not for <TDbConnection> as it is treated as a single tag.

Fixed: