-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
128 lines (120 loc) · 3.11 KB
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[build]
command = "yarn run build"
publish = "out"
functions = "my_functions"
[[plugins]]
package = "netlify-plugin-image-optim"
[[plugins]]
package = "netlify-plugin-inline-source"
[[plugins]]
package = "netlify-plugin-cache-nextjs"
[[plugins]]
package = "@netlify/plugin-sitemap"
[[plugins]]
package = "netlify-plugin-submit-sitemap"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
[[redirects]]
from = "/home"
to = "/"
[[redirects]]
from = "/github"
to = "https://github.com/ajayliu/"
[[redirects]]
from = "/linkedin"
to = "https://www.linkedin.com/in/ajayliu/"
[[redirects]]
from = "/googleplay"
to = "https://play.google.com/store/apps/dev?id=6962993996464856524"
[[redirects]]
from = "/donate"
to = "https://www.buymeacoffee.com/ajayliu/"
[[redirects]]
from = "/youtube"
to = "https://www.youtube.com/watch?v=I2y8RWBl9Do"
[[redirects]]
from = "/sheep-goat"
to = "https://sheep-goat.ajayliu.com/"
[[redirects]]
from = "/sheep-or-goat"
to = "https://sheep-goat.ajayliu.com/"
[[redirects]]
from = "/inspiration-jar"
to = "https://inspiration-jar.ajayliu.com/"
[[redirects]]
from = "/inspiration"
to = "https://inspiration-jar.ajayliu.com/"
[[redirects]]
from = "/10seconds"
to = "https://10seconds.ajayliu.com/"
[[redirects]]
from = "/ichiban"
to = "https://ichiban.ajayliu.com/"
[[redirects]]
from = "/when"
to = "https://when.ajayliu.com/"
[[redirects]]
from = "/blog"
to = "https://blog.ajayliu.com/"
[[redirects]]
from = "/acq"
to = "https://anime-character-quiz.ajayliu.com/"
[[redirects]]
from = "/anime-character-quiz"
to = "https://anime-character-quiz.ajayliu.com/"
[[redirects]]
from = "/bet-you-dont-know"
to = "https://bet-you-dont-know.ajayliu.com/"
[[redirects]]
from = "/bet"
to = "https://bet-you-dont-know.ajayliu.com/"
[[redirects]]
from = "/notation"
to = "http://notation-visualizer.ajayliu.com/"
[[redirects]]
from = "/cubeinc"
to = "/games/cubeinc"
[[redirects]]
from = "/cashout"
to = "/games/cashout"
[[redirects]]
from = "/pixelbeats"
to = "/games/pixelbeats"
[[redirects]]
from = "/colorjump"
to = "/games/colorjump"
[[redirects]]
from = "/bouncearchitect"
to = "/games/bouncearchitect"
[[redirects]]
from = "/tapdefender"
to = "/games/tapdefender"
[[redirects]]
from = "/triviadash"
to = "/games/triviadash"
[[redirects]]
from = "/allen"
to = "/cards/allen"
[[redirects]]
from = "/tiffany"
to = "/cards/tiffany"
[[redirects]]
from = "/ron"
to = "/cards/ron"
[[redirects]]
from = "/daniel"
to = "/cards/daniel"
[[redirects]]
from = "/talha"
to = "/cards/talha"
[[redirects]]
from = "/allmale"
to = "https://drive.google.com/drive/folders/1w6r2isw6Oc4BQPwCj8S_SxxYq0lxJs8h?usp=sharing"
[[redirects]]
from = "/angie"
to = "/cards/angie"
[[redirects]]
from = "/resume"
to = "/resume.pdf"