doyourownswing / doyourownswing.github.io

DoYourOwnSwing website
2 stars 0 forks source link

Add jsconfig.json with absolute path support and update files #8

Closed jesseez closed 3 months ago

jesseez commented 3 months ago

Makes importing things easier. Rather than import Thing from "../../../../components/whatever/whatever";, we can now just do import Thing from "components/whatever/whatever"; as per Andy's suggestion in https://github.com/doyourownswing/doyourownswing.github.io/pull/7