about summary refs log tree commit diff
path: root/bskyweb/static.go
blob: 38adb83335d2a747656f6cb9b725062e23216b7a (plain) (blame)
1
2
3
4
5
6
7
8
9
package bskyweb

import "embed"

//go:embed static/*
var StaticFS embed.FS

//go:embed embedr-static/*
var EmbedrStaticFS embed.FS