feat: /titles page with search and sort functionality. Website header added

This commit is contained in:
nihonium 2025-11-22 05:45:54 +03:00
parent 1f5196c015
commit 86e3df2205
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC
12 changed files with 625 additions and 155 deletions

View file

@ -9,7 +9,7 @@ export default defineConfig({
tailwindcss()
],
server: {
host: '127.0.0.1',
host: '0.0.0.0',
port: 8083,
},
})