From 3fcf455e5c4f2454a4fe535678516aa23d62b886 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Sep 2023 00:31:28 +0100 Subject: [PATCH] chore(search): add more common search terms --- src/pages/search.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/search.astro b/src/pages/search.astro index b0772860..ba65c981 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -4,9 +4,15 @@ import PageLayout from "~/layouts/PageLayout.astro"; const commonSearches = [ "Drupal", "Test-Driven Development", + "Automated testing", + "Refactoring", + "PHP", "Tailwind CSS", "Ansible", "Ansistrano", + "Neomvim", + "Git", + "Linux", ]; ---