Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 536 Bytes

My homepage

  • todos:
    • TypeScript re-factor
    • git actions CI for UI tests
    • touch screen optimization
      • sidebar on blog page works with touchscreen
      • any potential further optimization coming in future...
    • ES-lint integration on husky git hooks
    • Tag system for blog page
  • Known bugs:
    • Too many redirect error while directly access url in browser
      • This was fixed by removing trailingSlash config in next.config.js, still need to investigate the proper usage of it.