Tidy up homepage and navigation

This commit is contained in:
Dan Milne
2025-11-09 20:58:13 +11:00
parent c9e2992fe0
commit 1f4428348d
56 changed files with 2822 additions and 955 deletions

View File

@@ -18,7 +18,10 @@ postgres_default: &postgres_default
development:
primary:
<<: *postgres_default
database: baffle_hub_development
host: localhost
user: dev_user
password: password
database: baffle-dev
cache:
<<: *sqlite_default
database: storage/development_cache.sqlite3
@@ -66,4 +69,4 @@ production:
cable:
<<: *sqlite_default
database: storage/production_cable.sqlite3
migrations_paths: db/cable_migrate
migrations_paths: db/cable_migrate