diff --git a/app/Livewire/Pages/ElectionTurnouts.php b/app/Livewire/Pages/ElectionTurnouts.php index 15a3b77..da730f8 100644 --- a/app/Livewire/Pages/ElectionTurnouts.php +++ b/app/Livewire/Pages/ElectionTurnouts.php @@ -49,6 +49,7 @@ public function aggregate(): ?ProgressData county: $this->county, locality: $this->locality, aggregate: true, + toBase: true, ); if (blank($result) || blank($result->total)) { diff --git a/routes/web.php b/routes/web.php index 625fc2f..25e278b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -32,7 +32,5 @@ Route::get('/embed/articol/{article}', Embeds\ArticleEmbed::class)->name('articles.embed'); - Route::get('/test/a70e0f38-0e7b-43fe-9589-e82ef05f330b', Pages\TestPage::class)->name('test'); - Route::get('{page:slug}', Pages\ContentPage::class)->name('pages.show'); }); diff --git a/tailwind.config.js b/tailwind.config.js index 90b0038..fbf0b0c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,6 @@ export default { darkMode: 'selector', content: [ - //, './app/Filament/**/*.php', './app/Livewire/**/*.php', './app/View/Components/**/*.php', diff --git a/terraform/service_app.tf b/terraform/service_app.tf index 54c0849..96c7796 100644 --- a/terraform/service_app.tf +++ b/terraform/service_app.tf @@ -124,7 +124,7 @@ module "ecs_app" { }, { name = "PHP_PM_MAX_CHILDREN", - value = 256 + value = 128 }, { name = "DB_HOST",