Files
Jesse Peterson 42e157aabc website: minimize circular dependency by using stdlib log
The vanity Netlify function was depending on micromdm.io/v2/pkg/log for
logging, creating an unnecessary circular dependency with the main
repository. Replace it with stdlib log.Logger to break this dependency.

Verified:
```shell
$ cd website && go build ./netlify-functions/vanity/
```
2026-03-18 11:47:27 -07:00
..