Skip to content

Commit f7779a4

Browse files
ci: attempt to fix Docker Build
1 parent 0530a60 commit f7779a4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

astro.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ export default defineConfig({
2727
exclude: ["@resvg/resvg-js"],
2828
},
2929
},
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-
},
3530
experimental: {
3631
preserveScriptOrder: true,
3732
},

src/assets/icons/socialicons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
interface SocialIcons {
2+
[key: string]: string;
3+
}
4+
15
const socialIcons: SocialIcons = {
26
Github: `<svg
37
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)