-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathnetlify.toml
More file actions
64 lines (53 loc) · 1.21 KB
/
netlify.toml
File metadata and controls
64 lines (53 loc) · 1.21 KB
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
[build]
base = "frontend"
command = "bun install && bun run build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[build.environment]
NODE_VERSION = "22"
BUN_VERSION = "1.1.38"
[dev]
command = "bun run dev"
port = 3000
targetPort = 3000
[[redirects]]
from = "/elab"
to = "https://better-lab.vercel.app"
status = 301
force = true
[[redirects]]
from = "/papers"
to = "https://docu-pro.vercel.app"
status = 301
force = true
[[redirects]]
from = "/map"
to = "https://d23qowwaqkh3fj.cloudfront.net/wp-content/uploads/2022/06/srmist-ktr-campus-layout.jpg"
status = 301
force = true
[[redirects]]
from = "/ssr"
to = "https://academia.srmist.edu.in/#Form:Student_Service_Requests_SSR"
status = 301
force = true
[[redirects]]
from = "/leave"
to = "http://10.1.105.62/srmleaveapp"
status = 301
force = true
[[redirects]]
from = "/github"
to = "https://github.com/rahuletto/classpro"
status = 301
force = true
[[redirects]]
from = "/instagram"
to = "https://www.instagram.com/srm_academiapro/"
status = 301
force = true
[[redirects]]
from = "/whatsapp"
to = "https://chat.whatsapp.com/FLvHgGU87OLEOeQIqJEhto"
status = 301
force = true