Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("./../../src/content/config.js");
export type ContentConfig = typeof import("../../src/content/config.js");
}
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const metadata = {
<Hero
actions={[
{ text: 'Contact ACM@KU', href: 'mailto:acmukansas@gmail.com', variant: "primary" },
{ text: 'Follow us on Insta!', href: 'https://www.instagram.com/acm.ku/', target:'_blank', variant: 'primary'},
{ text: 'Follow Instagram', href: 'https://www.instagram.com/acm.ku/', target:'_blank', variant: 'primary'},
{ text: 'Join Discord', href: 'https://discord.gg/SgFkFv4bUR', target: '_blank', variant: 'primary'},
]}
image={{ src: '~/assets/images/acm_neofetch.png', alt: 'ACM Hero Image' }}
Expand Down