最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

nuxt3.js - GitHub Pages Nuxt3 server api Page not found - Stack Overflow

programmeradmin0浏览0评论

I have a Nuxt3 project. Its work find on hello, but there is an error message Page not found: /api/hello on /api/hello

pages/hello.vue

<template>
  <div>
    <h1>{{ message }}</h1>
  </div>
</template>
<script setup>
const { data: message } = useFetch('/api/hello');
</script>

Can anyone have idea on this unusual behavior? Thanks in advance.

发布评论

评论列表(0)

  1. 暂无评论