gpt4 book ai didi

javascript - Nuxt.js 和 srcDir 选项 : Rendering url favicon 404 error

转载 作者:搜寻专家 更新时间:2023-10-30 22:47:42 24 4
gpt4 key购买 nike

添加后srcDir optionnuxt.config.js 文件中,我已将页面、组件和布局文件夹移动到 src 目录。这是我的配置:

module.exports = {
srcDir: 'src',

head: {
title: 'hello',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'test' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},
...
}

现在我收到以下错误消息:

nuxt:render Rendering url /favicon.ico +640ms
{ statusCode: 404,
path: '/favicon.ico',
message: 'This page could not be found' }

删除 .nuxt 文件夹然后重建应用程序无济于事。我在这里缺少什么?

最佳答案

您的图标位于 static 目录中:您必须将其与所有源一起移动到 src 中。

The documentation没有提供“应该移动”目录的详尽列表,但我想其他源目录如 assets 也应该移动。

关于javascript - Nuxt.js 和 srcDir 选项 : Rendering url favicon 404 error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49485381/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com