fix(05): update test.vue path to /fr/blog prefix, add compatibilityDate
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const { data: page } = await useAsyncData('test', () =>
|
const { data: page } = await useAsyncData('test', () =>
|
||||||
queryCollection('blog_fr').path('/blog/test-kotlin-syntax').first()
|
queryCollection('blog_fr').path('/fr/blog/test-kotlin-syntax').first()
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
compatibilityDate: '2026-04-21',
|
||||||
future: {
|
future: {
|
||||||
compatibilityVersion: 4
|
compatibilityVersion: 4
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user