blob: 33bfcd9b6a4c16746b14c2f3b45d1f89a9a7356d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"hosting": {
"public": "public",
"cleanUrls": false,
"ignore": [
"firebase.json",
"tmp/",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/experiments/encoding-binary-data-into-dna-sequence.html",
"destination": "/encoding-binary-data-into-dna-sequence.html",
"type": 301
}
]
}
}
|