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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user