1
dimlau 2011 年 9 月 17 日
和添加 favicon.ico 一样,在 app.yaml 里添加:
- url: /robots.txt static_files: static/robots.txt upload: static/robots.txt 然后把 robots.txt 放进 static 目录就可以了。 |