A React Native app for the ultimate thinking partner.
1{
2 "rewrites": [
3 {
4 "source": "/assets/node_modules/@expo-google-fonts/lexend/:weight/:file",
5 "destination": "/fonts/:file"
6 },
7 {
8 "source": "/(.*)",
9 "destination": "/index.html"
10 }
11 ],
12 "headers": [
13 {
14 "source": "/fonts/(.*)",
15 "headers": [
16 {
17 "key": "Cache-Control",
18 "value": "public, max-age=31536000, immutable"
19 }
20 ]
21 },
22 {
23 "source": "/assets/(.*)",
24 "headers": [
25 {
26 "key": "Cache-Control",
27 "value": "public, max-age=31536000, immutable"
28 }
29 ]
30 }
31 ]
32}