Justin, thank you for the hours you dedicate to teaching those of us in the wilderness alone. You saved me countless hours of floundering. I'm new to Vue.js and was able to translate everything you did in HTML to my environment. Lots of steps that I wouldn't have figured out.
i guess im randomly asking but does someone know a trick to log back into an instagram account? I was stupid forgot the password. I would appreciate any assistance you can offer me!
@Gannon Jedidiah Thanks for your reply. I got to the site thru google and Im in the hacking process now. I see it takes quite some time so I will get back to you later with my results.
Thank you. Right amount information I needed to get interested in AlpineJS and Netlify. Moreover, it seems we are on a same understanding level and your explanation of new things was positive and sometimes fun right after the edits.
Hello, great video! I have a project with multiple pages, all in HTML, but when I run NPM BUILD it only processes the index, and the rest of my pages do not appear in the dist folder. Could you help me and tell me what I'm doing wrong? Thanks!
For non-SPA structure, one has to update the rolllupOptions in vite config to include the subject html. More details at vitejs.dev/guide/build.html#multi-page-app
great video, is there a way to still use templating and (maybe markdown) with this setup without vue or react for multipage sites? This could be a nice alternative to 11ty
i prefer next.js and tailwind css, npx create-next-app -e with-tailwindcss my-project cd my-project it generates the correct files automatically a lot less complications in my opinion.