Skip to content

Commit 403660a

Browse files
author
Griko Nibras
committed
init
0 parents  commit 403660a

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.log
2+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# shortlinks
2+
3+
Redirect service using [Render redirects and rewrites](https://render.com/docs/redirects-rewrites)

render.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

0 commit comments

Comments
 (0)