forked from gitter-badger/site-webdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
60 lines (53 loc) · 3.79 KB
/
Copy pathfirebase.json
File metadata and controls
60 lines (53 loc) · 3.79 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
{
"hosting": {
"public": "publish",
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{ "source": "/angular/changelog", "destination": "/changelog", "type": 301 },
{ "source": "/angular/quickstart", "destination": "/angular/tutorial/toh-pt0", "type": 301 },
{ "source": "/angular/version", "destination": "/version", "type": 301 },
{ "source": "/angular/guide/cheatsheet", "destination": "/angular/cheatsheet", "type": 301 },
{ "source": "/angular/guide/glossary", "destination": "/angular/glossary", "type": 301 },
{ "source": "/articles/get-data", "destination": "https://www.dartlang.org/guides/json", "type": 301 },
{ "source": "/articles/get-data/**", "destination": "https://www.dartlang.org/guides/json", "type": 301 },
{ "source": "/articles/low-level-html/improving-the-dom", "destination": "/guides/web-programming", "type": 301 },
{ "source": "/assets/angulardart*.png", "destination": "/assets/shared/dart-logo-for-shares.png?4", "type": 301 },
{ "source": "/assets/dart-webdev-logo*.png", "destination": "/assets/shared/dart-logo-for-shares.png?4", "type": 301 },
{ "source": "/codelabs/angular2_components", "destination": "/codelabs/angular_components", "type": 301 },
{ "source": "/codelabs/angular2_components/**", "destination": "/codelabs/angular_components", "type": 301 },
{ "source": "/angular/api", "destination": "/api?package=angular", "type": 301 },
{ "source": "/angular/api/**", "destination": "/api?package=angular", "type": 301 },
{ "source": "/api/angular/angular", "destination": "/api/angular/angular/angular-library", "type": 301 },
{ "source": "/api/angular_components/angular_components", "destination": "/api/angular_components/angular_components/angular_components-library", "type": 301 },
{ "source": "/api/angular2", "destination": "/api?package=angular", "type": 301 },
{ "source": "/api/angular2/**", "destination": "/api", "type": 301 },
{ "source": "/components/api", "destination": "/api?package=angular_components", "type": 301 },
{ "source": "/components/api/**", "destination": "/api?package=angular_components", "type": 301 },
{ "source": "/components", "destination": "/angular/components", "type": 301 },
{ "source": "/codelabs/darrrt", "destination": "/codelabs", "type": 301 },
{ "source": "/codelabs/darrrt/**", "destination": "/codelabs", "type": 301 },
{ "source": "/codelabs/ng2", "destination": "/codelabs", "type": 301 },
{ "source": "/codelabs/ng2/**", "destination": "/codelabs", "type": 301 },
{ "source": "/examples/ng", "destination": "/examples", "type": 301 },
{ "source": "/examples/ng/**", "destination": "/examples", "type": 301 },
{ "source": "/tools/dartium", "destination": "/dart-2#tools", "type": 301 },
{ "source": "/tools/pub", "destination": "/dart-2#tools", "type": 301 },
{ "source": "/tools/pub/**", "destination": "/dart-2#tools", "type": 301 },
{ "source": "/tools/build_runner", "destination": "/tools/webdev", "type": 301 },
{ "source": "/angular/note/effective/styling", "destination": "/angular/note/effective/css-styling", "type": 301 },
{ "source": "/angular/note/effective/di", "destination": "/angular/note/effective/dependency-injection", "type": 301 },
{ "source": "/angular/note/faq/di", "destination": "/angular/note/faq/dependency-injection", "type": 301 }
],
"rewrites": [
{ "source": "/examples/router/**", "destination": "/examples/router/index.html" },
{ "source": "/examples/toh-5/**", "destination": "/examples/toh-5/index.html" },
{ "source": "/examples/toh-6/**", "destination": "/examples/toh-6/index.html" }
],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}