mitxpro-dev / learnjs

Learn JS
https://mitxpro-dev.github.io/learnjs/
MIT License
1 stars 2 forks source link

Blank Page Fix #39

Closed drewpate closed 1 year ago

drewpate commented 1 year ago
# Description Issue: #37 > - [ x ] Change 1 fix base in vite.congfig.ts
drewpate commented 1 year ago

Thanks for updating this @drewpate. Approved, just a minor nit/question:

  • Is next-env.d.ts needed? I think this is only needed for a next project?

In that case I don't believe it is and we could safely remove it.

drewpate commented 1 year ago

@HudsonGraeme @codeTrackLift I had hopes this would fix the blank page but it looks like something still isn't quite right. The URL is definitely the issue though.

HudsonGraeme commented 1 year ago

Ahhhh I understand now what the issue is, have run into this in the past but forgot the learned knowledge 😬 For local dev we need / and for production we need to use /learnjs