Skip to content

Commit 242bb85

Browse files
committed
fix: update sitemap configuration and improve section titles in index.md
1 parent b9474c1 commit 242bb85

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

content/en/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ coverSubtitle: Senior frontend developer
44
coverUpTitle: Hi, I'm
55
title: Senior frontend developer
66
description: Pascal Achard, senior frontend developer, 20+ years of experience, Vue.js, Nuxt.js, TypeScript, Craftcms, Tailwindcss, Docker, Node.js, Webpack, Prettier, Notion, Netlify, render...
7+
sitemap:
8+
lastmod: 2025-11-30
79
---
810

911
::Sheetelevation
@@ -59,7 +61,7 @@ More details on my :Icon{name='logos:linkedin-icon'} [LinkedIn profile](https://
5961
::Sheetelevation
6062
### Last experiments
6163

62-
#### 3D Model glTF animé
64+
#### Animated glTF 3D Model
6365
[https://pascal-achard.com](https://pascal-achard.com)
6466

6567
::LazyExperienceContentWrapper

content/fr/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ coverSubtitle: Développeur frontend senior
44
coverUpTitle: Salut, je suis
55
title: Développeur frontend senior
66
description: Pascal Achard, développeur frontend senior, 20+ ans d'expérience, Vue.js, Nuxt.js, TypeScript, Craftcms, Tailwindcss, Docker, Node.js, Webpack, Prettier, Notion, Netlify, render...
7+
sitemap:
8+
lastmod: 2025-11-30
79
---
810

911
::Sheetelevation

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ export default defineNuxtConfig({
166166
},
167167

168168
sitemap: {
169-
strictNuxtContentPaths: false,
169+
strictNuxtContentPaths: true,
170170
sitemaps: false,
171171
discoverImages: true,
172-
autoLastmod: true,
172+
autoLastmod: false,
173173
},
174174

175175
build: {

0 commit comments

Comments
 (0)