File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .log
2
+ .DS_Store
Original file line number Diff line number Diff line change
1
+ # shortlinks
2
+
3
+ Redirect service using [ Render redirects and rewrites] ( https://render.com/docs/redirects-rewrites )
Original file line number Diff line number Diff line change
1
+ # yaml-language-server: $schema=https://raw.githubusercontent.com/inpyjamas/schemas/main/render.com.json
2
+ # https://render.com/docs/yaml-spec
3
+
4
+ services :
5
+ - name : surabayajs-shortlinks
6
+ type : web
7
+ env : static
8
+ staticPublishPath : .
9
+ domains :
10
+ - link.surabayajs.org
11
+ - subjs.in
12
+ headers :
13
+ - path : /*
14
+ name : Cache-Control
15
+ value : public, s-maxage=1, stale-while-revalidate=59
16
+ routes :
17
+ - type : redirect
18
+ source : /
19
+ destination : https://surabayajs.org
20
+ - type : redirect
21
+ source : /discord
22
+ destination : https://discord.gg/kx3qp5S
23
+ - type : redirect
24
+ source : /kritiksaran
25
+ destination : https://airtable.com/shrQhziBrtEmaBFaT
26
+ - type : redirect
27
+ source : /meetup
28
+ destination : https://meet.google.com/qfr-nfxj-zgk
29
+ - type : redirect
30
+ source : /meetup16
31
+ destination : https://youtu.be/xrFBvOYO_WY
32
+ - type : redirect
33
+ source : /meetup17
34
+ destination : https://www.eventbrite.com/e/meetup-17-js-fatigue-frameworks-war-and-data-vizualization-using-nivo-tickets-207158445487
35
+ - type : redirect
36
+ source : /vscode
37
+ destination : https://marketplace.visualstudio.com/items?itemName=surabayajs.surabayajs-extension-pack
38
+ - type : redirect
39
+ source : /vscode-json
40
+ destination : https://raw.githubusercontent.com/surabayajs/surabayajs-extension-pack/master/package.json
You can’t perform that action at this time.
0 commit comments