chore(search): add more common search terms
This commit is contained in:
parent
14bff9328a
commit
3fcf455e5c
|
@ -4,9 +4,15 @@ import PageLayout from "~/layouts/PageLayout.astro";
|
||||||
const commonSearches = [
|
const commonSearches = [
|
||||||
"Drupal",
|
"Drupal",
|
||||||
"Test-Driven Development",
|
"Test-Driven Development",
|
||||||
|
"Automated testing",
|
||||||
|
"Refactoring",
|
||||||
|
"PHP",
|
||||||
"Tailwind CSS",
|
"Tailwind CSS",
|
||||||
"Ansible",
|
"Ansible",
|
||||||
"Ansistrano",
|
"Ansistrano",
|
||||||
|
"Neomvim",
|
||||||
|
"Git",
|
||||||
|
"Linux",
|
||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue