Skip to content

Commit 38d7b2f

Browse files
committed
chore: fmt
1 parent 568de5b commit 38d7b2f

76 files changed

Lines changed: 1496 additions & 1871 deletions

File tree

Some content is hidden

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

pnpm-lock.yaml

Lines changed: 179 additions & 179 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/astro.config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
import sitemap from "@astrojs/sitemap";
2-
import svelte from "@astrojs/svelte";
3-
import tailwind from "@astrojs/tailwind";
4-
import icon from "astro-icon";
5-
import { defineConfig, passthroughImageService } from "astro/config";
6-
import { loadEnv } from "vite";
7-
import { markdownConfiguration } from "./markdown.config.ts";
1+
import sitemap from "@astrojs/sitemap"
2+
import svelte from "@astrojs/svelte"
3+
import tailwind from "@astrojs/tailwind"
4+
import icon from "astro-icon"
5+
import { defineConfig, passthroughImageService } from "astro/config"
6+
import { loadEnv } from "vite"
7+
import { markdownConfiguration } from "./markdown.config.ts"
88

9-
const SITE_URL = "https://union.build";
9+
const SITE_URL = "https://union.build"
1010

1111
const { PORT = 4321, ENABLE_DEV_TOOLBAR = "false" } = loadEnv(
1212
process.env.NODE_ENV,
1313
process.cwd(),
1414
"",
15-
);
15+
)
1616

1717
export default defineConfig({
1818
site: SITE_URL,
@@ -53,4 +53,4 @@ export default defineConfig({
5353
svelte(),
5454
sitemap(),
5555
],
56-
});
56+
})

site/content/archive/contentful/delivery/content_types.json

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,7 @@
279279
"type": "Link",
280280
"validations": [
281281
{
282-
"linkContentType": [
283-
"auroLogo"
284-
]
282+
"linkContentType": ["auroLogo"]
285283
}
286284
],
287285
"linkType": "Entry"
@@ -354,9 +352,7 @@
354352
"type": "Link",
355353
"validations": [
356354
{
357-
"linkContentType": [
358-
"auroLogo"
359-
]
355+
"linkContentType": ["auroLogo"]
360356
}
361357
],
362358
"linkType": "Entry"
@@ -411,9 +407,7 @@
411407
"type": "Link",
412408
"validations": [
413409
{
414-
"linkContentType": [
415-
"auroStatItem"
416-
]
410+
"linkContentType": ["auroStatItem"]
417411
}
418412
],
419413
"linkType": "Entry"
@@ -588,9 +582,7 @@
588582
"type": "Link",
589583
"validations": [
590584
{
591-
"linkContentType": [
592-
"auroSecuritySlide"
593-
]
585+
"linkContentType": ["auroSecuritySlide"]
594586
}
595587
],
596588
"linkType": "Entry"
@@ -737,9 +729,7 @@
737729
"type": "Link",
738730
"validations": [
739731
{
740-
"linkContentType": [
741-
"auroFooterLink"
742-
]
732+
"linkContentType": ["auroFooterLink"]
743733
}
744734
],
745735
"linkType": "Entry"
@@ -849,9 +839,7 @@
849839
"type": "Link",
850840
"validations": [
851841
{
852-
"linkContentType": [
853-
"auroFooterSection"
854-
]
842+
"linkContentType": ["auroFooterSection"]
855843
}
856844
],
857845
"linkType": "Entry"
@@ -961,9 +949,7 @@
961949
"type": "Link",
962950
"validations": [
963951
{
964-
"linkContentType": [
965-
"auroFeatureSlide"
966-
]
952+
"linkContentType": ["auroFeatureSlide"]
967953
}
968954
],
969955
"linkType": "Entry"
@@ -1063,9 +1049,7 @@
10631049
"linkType": "Entry",
10641050
"validations": [
10651051
{
1066-
"linkContentType": [
1067-
"roadmapSection"
1068-
]
1052+
"linkContentType": ["roadmapSection"]
10691053
}
10701054
]
10711055
},
@@ -1226,9 +1210,7 @@
12261210
"linkType": "Entry",
12271211
"validations": [
12281212
{
1229-
"linkContentType": [
1230-
"roadmapSubsection"
1231-
]
1213+
"linkContentType": ["roadmapSubsection"]
12321214
}
12331215
]
12341216
},
@@ -1421,9 +1403,7 @@
14211403
"type": "Link",
14221404
"validations": [
14231405
{
1424-
"linkContentType": [
1425-
"ecosystemCategory"
1426-
]
1406+
"linkContentType": ["ecosystemCategory"]
14271407
}
14281408
],
14291409
"linkType": "Entry"

site/content/archive/contentful/preview/content_types.json

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@
291291
"type": "Link",
292292
"validations": [
293293
{
294-
"linkContentType": [
295-
"auroLogo"
296-
]
294+
"linkContentType": ["auroLogo"]
297295
}
298296
],
299297
"linkType": "Entry"
@@ -369,9 +367,7 @@
369367
"type": "Link",
370368
"validations": [
371369
{
372-
"linkContentType": [
373-
"auroLogo"
374-
]
370+
"linkContentType": ["auroLogo"]
375371
}
376372
],
377373
"linkType": "Entry"
@@ -429,9 +425,7 @@
429425
"type": "Link",
430426
"validations": [
431427
{
432-
"linkContentType": [
433-
"auroStatItem"
434-
]
428+
"linkContentType": ["auroStatItem"]
435429
}
436430
],
437431
"linkType": "Entry"
@@ -615,9 +609,7 @@
615609
"type": "Link",
616610
"validations": [
617611
{
618-
"linkContentType": [
619-
"auroSecuritySlide"
620-
]
612+
"linkContentType": ["auroSecuritySlide"]
621613
}
622614
],
623615
"linkType": "Entry"
@@ -770,9 +762,7 @@
770762
"type": "Link",
771763
"validations": [
772764
{
773-
"linkContentType": [
774-
"auroFooterLink"
775-
]
765+
"linkContentType": ["auroFooterLink"]
776766
}
777767
],
778768
"linkType": "Entry"
@@ -888,9 +878,7 @@
888878
"type": "Link",
889879
"validations": [
890880
{
891-
"linkContentType": [
892-
"auroFooterSection"
893-
]
881+
"linkContentType": ["auroFooterSection"]
894882
}
895883
],
896884
"linkType": "Entry"
@@ -1006,9 +994,7 @@
1006994
"type": "Link",
1007995
"validations": [
1008996
{
1009-
"linkContentType": [
1010-
"auroFeatureSlide"
1011-
]
997+
"linkContentType": ["auroFeatureSlide"]
1012998
}
1013999
],
10141000
"linkType": "Entry"
@@ -1114,9 +1100,7 @@
11141100
"linkType": "Entry",
11151101
"validations": [
11161102
{
1117-
"linkContentType": [
1118-
"roadmapSection"
1119-
]
1103+
"linkContentType": ["roadmapSection"]
11201104
}
11211105
]
11221106
},
@@ -1283,9 +1267,7 @@
12831267
"linkType": "Entry",
12841268
"validations": [
12851269
{
1286-
"linkContentType": [
1287-
"roadmapSubsection"
1288-
]
1270+
"linkContentType": ["roadmapSubsection"]
12891271
}
12901272
]
12911273
},
@@ -1484,9 +1466,7 @@
14841466
"type": "Link",
14851467
"validations": [
14861468
{
1487-
"linkContentType": [
1488-
"ecosystemCategory"
1489-
]
1469+
"linkContentType": ["ecosystemCategory"]
14901470
}
14911471
],
14921472
"linkType": "Entry"

0 commit comments

Comments
 (0)