Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b0f3878

Browse files
committed
feat(css-modules): more style optimizations and svg fonts for material
1 parent c159d1a commit b0f3878

File tree

43 files changed

+1453
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1453
-312
lines changed

firebase.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
"destination": "/about/releases/",
4646
"type": "301"
4747
},
48-
{
49-
"source": "/trademark/",
50-
"destination": "/about/trademark/",
51-
"type": "301"
52-
},
5348
{
5449
"source": "/privacy/",
5550
"destination": "/about/privacy/",
@@ -59,6 +54,16 @@
5954
"source": "/security/",
6055
"destination": "/about/security/",
6156
"type": "301"
57+
},
58+
{
59+
"source": "/trademark/",
60+
"destination": "https://trademark-policy.openjsf.org/",
61+
"type": "301"
62+
},
63+
{
64+
"source": "/about/trademark/",
65+
"destination": "https://trademark-policy.openjsf.org/",
66+
"type": "301"
6267
}
6368
]
6469
}

0 commit comments

Comments
 (0)