hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
3 stars 0 forks source link

Move scripts from public to src directory. #65

Closed hiyaryan closed 7 months ago

hiyaryan commented 7 months ago

Scripts should not be served from within the public directory. This resolves the caution thrown by Vite.

files in the public directory are served at the root path.
Instead of /public/scripts/typeWriter.js, use /scripts/typeWriter.js.

The /scripts directory has now been moved to the src directory.