We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050b6d commit ec54df5Copy full SHA for ec54df5
2 files changed
src/config/skills.ts
@@ -4,6 +4,11 @@ const BASE_URL = typeof window !== 'undefined' ? window.location.href : '';
4
type Skill = { label: string; value: string; iconUrl: string };
5
6
export const SKILLS: Record<string, Skill> = {
7
+ terraform: {
8
+ label: 'Terraform',
9
+ value: 'terraform',
10
+ iconUrl: BASE_URL + 'skills-assets/terraformio-icon.svg'
11
+ },
12
vuejs: {
13
label: 'Vue.js',
14
value: 'vuejs',
static/skills-assets/terraformio-icon.svg
0 commit comments