我在Firebase托管上使用Angular 8服务器端渲染(SSR)。应用是通过Firebase功能部署的。现在,我在努力从Google Adsense中添加ads.txt以及如何将ads.txt放在我的项目中。
如果将其放置在正确的目录中,“ firebase deploy”是否会将ads.txt上传到主目录?
也许我应该以其他方式上传文件?
任何帮助将不胜感激。谢谢堆栈!
答案 0 :(得分:0)
我通过反复试验弄清楚了。
如果有人坚持下去,这很容易。
npm run build:ssr
转换应用functions
目录functions/dist/browser
firebase deploy
命令部署应用了。http://example.com/ads.txt
整棵树应该像这样project tree