kora
kora
NNuxt
Created by kora on 10/7/2024 in #❓・help
Problem with nuxt img
const route = useRoute();

let project = ref(null)
let slug = ref(route.params.projectSlug)
const {data, status, error, refresh} = await useFetch('/api/projects', {
method: 'POST',
body: {
slug: slug
}
});

if (status.value === 'success') {
project.value = data.value;
}
const route = useRoute();

let project = ref(null)
let slug = ref(route.params.projectSlug)
const {data, status, error, refresh} = await useFetch('/api/projects', {
method: 'POST',
body: {
slug: slug
}
});

if (status.value === 'success') {
project.value = data.value;
}
3 replies
NNuxt
Created by kora on 10/7/2024 in #❓・help
Problem with nuxt img
3 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
idk i dont use nginx bro
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
ITS WORKSSSSSSSS
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
i have make a conf with a reverse proxy
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
but with nothing new information
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
i got an 500 error
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
i have an other error lmao
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
but
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
pm2 works
13 replies
NNuxt
Created by kora on 4/15/2024 in #❓・help
Deploy with ssr
do?
13 replies