Nextjs 公用文件夹

编程入门 行业动态 更新时间:2024-10-28 16:27:18
本文介绍了Nextjs 公用文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

Where is the public folder for a nextjs project?

我的意思是,有什么地方可以放 favicon.png、google 站点验证、manifest.json、robots.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.png、public/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 公用文件夹

本文发布于:2023-07-12 07:22:46,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1096842.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件夹   Nextjs

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!