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">
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2026-04-21',
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user