use new bittyjs url

This commit is contained in:
2026-05-29 01:23:28 +03:00
parent b0793b8a86
commit 2f78c7459c
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ a live example can be seen in action over at [Porom](https://forum.poto.cafe/).
## stack & structure
on the server side, pyrom is built in Python using the Flask framework. content is rendered mostly server-side with Jinja templates. the database used is SQLite.
on the client side, JS with only one library ([Bitty](https://bitty-js.com)) is used. for CSS, pyrom uses Sass.
on the client side, JS with only one library ([Bitty](https://bittyjs.com)) is used. for CSS, pyrom uses Sass.
below is an explanation of the folder structure: