Skip to content

Commit

Permalink
migration to nuxtseo and small content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
omgitsjan committed May 7, 2024
1 parent e3283a5 commit 4d3daca
Show file tree
Hide file tree
Showing 5 changed files with 1,102 additions and 200 deletions.
2 changes: 1 addition & 1 deletion components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const navigation = inject<Ref<NavItem[]>>("navigation", ref([]));
const links = [
{
label: "Tech-stack",
label: "My Techstack",
to: "/techstack",
},
{
Expand Down
2 changes: 1 addition & 1 deletion content/1.techstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ faq:
content: To start a project, simply fill out the contact form on my website/email me directly with your project details. We'll schedule a consultation to discuss your needs and outline the steps to get started.

- label: Are you currently available for hire?
content: For a full time job? No. But beside my 9 to 5 im working for my Company. Feel free to reach out with your project details and we'll discuss how we can collaborate.
content: For a full time job? No. But beside my 9 to 5 im working for my own Company. Feel free to reach out with your project details and we'll discuss how we can collaborate.

- label: How long does it typically take to complete a website?
content: The timeline for developing a website can vary based on its complexity, features, and revisions. Typically, a basic website takes about 3-6 weeks, while more complex projects may take several months.
Expand Down
9 changes: 5 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default defineNuxtConfig({
"@nuxt/fonts",
"@nuxthq/studio",
"@vueuse/nuxt",
"nuxt-og-image",
"@nuxthub/core",
"@nuxtjs/seo"
],
hooks: {
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
Expand All @@ -27,15 +27,16 @@ export default defineNuxtConfig({
},
routeRules: {
"/api/search.json": { prerender: true },
"/docs": { redirect: "/docs/getting-started", prerender: false },
},
devtools: {
enabled: true,
},
typescript: {
strict: false,
},
ogImage: { enabled: true },
ogImage: {
enabled: false,
},
eslint: {
config: {
stylistic: {
Expand All @@ -44,4 +45,4 @@ export default defineNuxtConfig({
},
},
},
});
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthub/core": "^0.5.16",
"@nuxtjs/seo": "2.0.0-rc.10",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.2",
"nuxt-og-image": "^2.2.4"
"nuxt": "^3.11.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.10",
Expand Down
Loading

0 comments on commit 4d3daca

Please sign in to comment.