Bio allows for date of birth without (zero) year. Added entity ID to logo title.

This commit is contained in:
2024-11-24 06:11:42 +01:00
parent 293072c659
commit 30408673f5
5 changed files with 11 additions and 53 deletions

View File

@@ -105,6 +105,7 @@ export default async function initServer() {
// ⚠️ We instantiate it only in development. (It isn't needed in production and it
// would unnecessarily bloat our production server.)
const vite = await import('vite');
const viteDevMiddleware = (
await vite.createServer({
// root,