Compare commits

..

No commits in common. "a4e2949d76442f29ed1af4c8b0b0964ee8196d1e" and "614a654824372aaa81131c17122bd3463c006baa" have entirely different histories.

3 changed files with 1 additions and 11 deletions

3
.gitignore vendored
View file

@ -176,6 +176,3 @@ dist
# Test files
public/
test
# builds
now

View file

@ -1,7 +0,0 @@
dev:
bun run build
go run . --dev --config test/config.toml --domain example.org --public-dir public/
build:
bun run build
go build

View file

@ -262,7 +262,7 @@ li {
}
.credits-legal {
max-width: 800px;
width: 70%;
padding: 0 2rem 1rem 2rem;
border-radius: 32px;
}