chore: issue templates (#202)

This commit is contained in:
Shinigami 2022-11-28 15:48:50 +01:00 committed by GitHub
parent b17c090d36
commit 4e73bba5cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 113 additions and 2 deletions

View file

@ -6,7 +6,14 @@
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
# Redirect to Discord server
[[redirects]]
from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
status = 200