diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue
index a0ab8e3..7200395 100644
--- a/components/ProjectCard.vue
+++ b/components/ProjectCard.vue
@@ -12,10 +12,10 @@ export default {
-
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 7ef72d5..9b63e18 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -12,7 +12,10 @@ export default defineNuxtConfig({
// hid is used as unique identifier. Do not use `vmid` for it as it will not work
{ hid: 'description', name: 'description', content: 'Juls07 is a fullstack web developer' }
- ]
+ ],
+ htmlAttrs: {
+ lang: 'en'
+ }
},
},
@@ -37,7 +40,7 @@ export default defineNuxtConfig({
}
},
- content: {
+ content: {
highlight: {
theme: {
default: 'github-dark'
diff --git a/pages/index.vue b/pages/index.vue
index 78b80a2..84d1b32 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -6,19 +6,24 @@
class="p-6 bg-[#12121233] justify-center grid sm:grid-cols-12 gap-5 items-center sm:justify-start w-full h-full blur-background">
-
Juls07
- {{ tagLine }}
+
+ {{ tagLine }}
+
-