Skip to content

Commit 125adcd

Browse files
committed
minor fixes
1 parent b79eae2 commit 125adcd

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const config: Config = {
138138
tagName: "link",
139139
attributes: {
140140
rel: "preload",
141-
href: "/fonts/IBM/IBMPlexMono-Light.otf",
141+
href: "/fonts/IBM/IBMPlexMono-Light.ttf",
142142
as: "font",
143143
type: "font/ttf",
144144
crossorigin: "anonymous",
@@ -148,7 +148,7 @@ const config: Config = {
148148
tagName: "link",
149149
attributes: {
150150
rel: "preload",
151-
href: "/fonts/IBM/IBMPlexMono-Regular.otf",
151+
href: "/fonts/IBM/IBMPlexMono-Regular.ttf",
152152
as: "font",
153153
type: "font/ttf",
154154
crossorigin: "anonymous",
@@ -158,7 +158,7 @@ const config: Config = {
158158
tagName: "link",
159159
attributes: {
160160
rel: "preload",
161-
href: "/fonts/IBM/IBMPlexMono-SemiBold.otf",
161+
href: "/fonts/IBM/IBMPlexMono-SemiBold.ttf",
162162
as: "font",
163163
type: "font/ttf",
164164
crossorigin: "anonymous",
@@ -168,7 +168,7 @@ const config: Config = {
168168
tagName: "link",
169169
attributes: {
170170
rel: "preload",
171-
href: "/fonts/IBM/IBMPlexMono-Bold.otf",
171+
href: "/fonts/IBM/IBMPlexMono-Bold.ttf",
172172
as: "font",
173173
type: "font/ttf",
174174
crossorigin: "anonymous",
@@ -252,35 +252,6 @@ const config: Config = {
252252
type: "text/css",
253253
},
254254
],
255-
256-
scripts: [
257-
{
258-
src: "https://plausible.io/js/script.js",
259-
defer: true,
260-
"data-domain": "docs.plane.so",
261-
},
262-
{
263-
src: "https://cdn.cr-relay.com/v1/site/b1fcbcbd-67f6-4736-940f-033731801664/signals.js",
264-
async: true,
265-
},
266-
],
267-
268-
plugins: [
269-
[
270-
"posthog-docusaurus",
271-
{
272-
apiKey: "phc_HskAKGRy7x0BEoWfyeHzYWWzcMmKG9DCail7ot7WQkA",
273-
appUrl: "https://us.i.posthog.com", // optional
274-
enableInDevelopment: false, // optional
275-
},
276-
],
277-
[
278-
"@docusaurus/plugin-google-tag-manager",
279-
{
280-
containerId: "G-G578SD4VZD",
281-
},
282-
],
283-
],
284255
};
285256

286257
export default config;

0 commit comments

Comments
 (0)