@@ -93,6 +93,21 @@ export default withMermaid(
9393 head : [
9494 [ "link" , { rel : "icon" , href : "/logo/favicon-32x32.png" } ] ,
9595
96+ < < < << << Updated upstream
97+ === === =
98+ // Font preload for critical rendering
99+ [
100+ "link" ,
101+ {
102+ rel : "preload" ,
103+ href : "/fonts/Inter/Inter-roman.var.woff2" ,
104+ as : "font" ,
105+ type : "font/woff2" ,
106+ crossorigin : "" ,
107+ } ,
108+ ] ,
109+
110+ > > >>> >> Stashed changes
96111 // Google Analytics with Consent Mode v2
97112 [ "script ", { async : "" , src : "https://www.googletagmanager.com/gtag/js?id=G-JF828SKW90" } ] ,
98113 [
@@ -190,8 +205,8 @@ export default withMermaid(
190205 { text : "Self-hosting" , link : "/self-hosting/overview" } ,
191206 { text : "API Reference" , link : "/api-reference/introduction" } ,
192207 { text : "Build and extend" , link : "/dev-tools/build-plane-app/overview" } ,
193- { text : "Plane Docs" , link : "https://docs.plane.so" } ,
194- { text : "Sign in" , link : "https://app.plane.so/sign-in" } ,
208+ { text : "Plane Docs" , link : "https://docs.plane.so" , noIcon : true } ,
209+ { text : "Sign in" , link : "https://app.plane.so/sign-in" , noIcon : true } ,
195210 ] ,
196211
197212 sidebar : {
@@ -758,13 +773,6 @@ export default withMermaid(
758773 ] ,
759774 } ,
760775
761- socialLinks : [
762- { icon : "github" , link : "https://github.com/makeplane/plane" } ,
763- { icon : "discord" , link : "https://discord.com/invite/A92xrEGCge" } ,
764- { icon : "twitter" , link : "https://twitter.com/planepowers" } ,
765- { icon : "linkedin" , link : "https://www.linkedin.com/company/planepowers/" } ,
766- ] ,
767-
768776 search : searchConfig ,
769777
770778 editLink : {
0 commit comments