-
-
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 5421c6a..333275f 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -1,16 +1,15 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
-
app: {
head: {
charset: "utf-16",
viewport: "width=device-width,initial-scale=1",
title: "Elon's Blog",
- titleTemplate: "%s - Elon's Blog",
- meta: [{ name: "description", content: "Elon's awesome blog" }],
+ titleTemplate: "%s - Riyad's Blog",
+ meta: [{ name: "description", content: "Riyad's awesome blog" }],
},
},
-
+
typescript: {
strict: true,
},
diff --git a/package.json b/package.json
index ec548d6..5edd40f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"devDependencies": {
"@nuxt/content": "^2.3.0",
"@nuxtjs/tailwindcss": "^6.1.3",
- "nuxt": "3.0.0"
+ "nuxt": "3.0.0",
+ "prettier": "2.8.1"
}
}
diff --git a/pages/index.vue b/pages/index.vue
index b509eb9..6b1266b 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,6 +1,4 @@
-
- This ia main section
+
+
+
+
+
-
diff --git a/yarn.lock b/yarn.lock
index 8140fb9..a32d20f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4871,6 +4871,11 @@ postcss@^8.1.10, postcss@^8.2.15, postcss@^8.4.18, postcss@^8.4.19, postcss@^8.4
picocolors "^1.0.0"
source-map-js "^1.0.2"
+prettier@2.8.1:
+ version "2.8.1"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
+ integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
+
pretty-bytes@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-6.0.0.tgz#928be2ad1f51a2e336add8ba764739f9776a8140"