Skip to content

Commit

Permalink
📦 Added well-known discord
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownRori committed Aug 19, 2023
1 parent 76adb04 commit 1bfd901
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
32 changes: 18 additions & 14 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "/.well-known/discord",
"destination": "/.well-known/discord"
},
{
"source": "**",
"destination": "/index.html"
}
]
}
}
1 change: 1 addition & 0 deletions public/.well-known/discord
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dh=fd1996b90ba047970eb28d2668be5985ba162949

0 comments on commit 1bfd901

Please sign in to comment.