Nextjs 公用文件夹 [英] Nextjs public folder

查看:40
本文介绍了Nextjs 公用文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

nextjs 项目的 public 文件夹在哪里?

Where is the public folder for a nextjs project?

我的意思是,有什么地方可以放 favicon.png、google 站点验证、manifest.jsonrobots.txt、等等?

I mean, is there somewhere where I can put favicon.png, google site verification, manifest.json, robots.txt, etc. ?

推荐答案

Next.js 有一个 public/ 文件夹

Next.js has a public/ folder

创建像 public/favicon.pngpublic/robots.txt 这样的东西,这就是你所需要的.

Create stuff like public/favicon.png, public/robots.txt and that's all you need.

并将您的 static 文件夹放在 public 中,以将您的资产保存在其中,并具有所有资产捆绑和压缩的好处.

And put your static folder inside public to keep your assets in it with all assets bundling and compressing benefits.

/public
    /static
        /images
        /css
        /fonts
    robots.txt
    manifest.json

文档

这篇关于Nextjs 公用文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆