Perkedel Woosie Perkedel NTLF+ASTR


https://perkedel.netlify.app/apps/no_script/



No Script Room

The page actually still loads main.js Javascript due to how we have designed the layout in our Astro project.
This is still needed for Back to top button, until we can find the Astro plugin or whatever that makes it possible without Javascript, we staying some of our script functionality this way.
But don't worry, the Javascript no longer inject the header & footer like we had on NECT (Neocities).
Instead, the Astro already compiled our header & footer for every single page that uses & inherit the layout yey!
the power of Object Oriented Website lmao πŸ˜‚πŸ˜‚πŸ˜†πŸ˜†πŸ˜†!
Yeah, so the Javascript should only loads inline here, meaning it only runs on your client, no SSR, as you can see that it works even this site atm is static mode.
Now Scripts literraly do not compile here anymore! That's right, we can now remove script on which page since the Layout now has argument to disable all of them.
btw, there's still CSS, so don't panic, you're welcome (assuming that your browser default background is white).
Oh yeah that's right, the /style.css file is not on public directory so it 404 error. Now /style.css in public
So we shamefully has to somewhere guess & refer on random minified version Astro framework did there.
There, I had it. should be there hopefully..

ﯟ