Ali Guliyev
Ali Guliyev
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
it would help a lot 🙂
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
if you are available ofc
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
@Wouter , do you have time, maybe we can talk on Discord?
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
content is being rendered, but theere errore as shown previously
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
currently i have index.md and i use
const { data } = await useAsyncData("index", () => queryContent("/").findOne());
const { data } = await useAsyncData("index", () => queryContent("/").findOne());
in my index.vue
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
and i renamed my file to main.md
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
I did this:
const { data } = await useAsyncData("main", () =>
queryContent("/main").findOne()
);
const { data } = await useAsyncData("main", () =>
queryContent("/main").findOne()
);
and still get errors
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
No description
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
i dont get what / is for
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
btw what is the "/" for in queryContent? maybe that is the issue?
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
that warning is also prolly related to the querying the content
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
No description
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
no i need someone to explain me how to migrate a regular .vue file to a .vue file with markdowns
21 replies
NNuxt
Created by Ali Guliyev on 9/4/2024 in #❓・help
Migrating simple existing content including styles (Nuxt 3) to Nuxt Content
at this point i have just added the module to my project
21 replies