chore: issue templates (#202)
This commit is contained in:
parent
b17c090d36
commit
4e73bba5cd
6 changed files with 113 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue