We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530a60 commit f7779a4Copy full SHA for f7779a4
astro.config.ts
@@ -27,11 +27,6 @@ export default defineConfig({
27
exclude: ["@resvg/resvg-js"],
28
},
29
30
- image: {
31
- // Used for all Markdown images; not configurable per-image
32
- // Used for all `<Image />` and `<Picture />` components unless overridden with a prop
33
- experimentalLayout: "constrained",
34
- },
35
experimental: {
36
preserveScriptOrder: true,
37
src/assets/icons/socialicons.ts
@@ -1,3 +1,7 @@
1
+interface SocialIcons {
2
+ [key: string]: string;
3
+}
4
+
5
const socialIcons: SocialIcons = {
6
Github: `<svg
7
xmlns="http://www.w3.org/2000/svg"
0 commit comments