mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

てか /custom.css ってあるべきものなのかな?

$ curl -I https://mastodon.zunda.ninja/custom.css
HTTP/1.1 200 OK
:
Server: Mastodon
:
Via: 1.1 vegur

ほー!(bodyはないっぽ)

-IじゃなくてちゃんとGETを送った時のルータとアプリのログは下記のような感じ

2022-05-04T08:05:12.387246+00:00 heroku[router]: at=info method=GET path="/custom.css" host=mastodon.zunda.ninja request_id=d147aa0b-20aa-49e1-94c9-aeba01959693 dyno=web.1 connect=0ms service=8ms status=200 bytes=1183 protocol=https
2022-05-04T08:05:12.384070+00:00 app[web.1]: [d147aa0b-20aa-49e1-94c9-aeba01959693] method=GET path=/custom.css format=*/* controller=CustomCssController action=show status=200 duration=2.19 view=0.30 db=0.00

コントローラ動いてた!