3 Commits

Author SHA1 Message Date
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
Victor Vrantchan
3b0e16d116 add importpath link 2020-06-29 08:43:07 -04:00
Victor Vrantchan
0a847bd9ce add netlify config
Added configuration for building and hosting the website/ directory on
netlify.

Added lambda function to support vanity URLs for micromdm.io/v2.
2020-06-28 11:38:47 -04:00