Skip to content

Commit

Permalink
refactor: cache bust sponsoring brochure (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Nov 13, 2024
1 parent b244093 commit 2dd140f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/pages/sponsors/become-a-sponsor.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
import Layout from '@/layouts/PageLayout.astro';
import Content from '@/components/widgets/Content.astro';
import CallToAction from '@/components/widgets/CallToAction.astro';
import { getPermalink } from '@/utils/permalinks';
import TablerDownload from 'virtual:icons/tabler/download';
import TablerMail from 'virtual:icons/tabler/mail';
import pdfBrochure from '@/assets/documents/sponsoring/BPM2025-sponsoring-offer_EN.pdf';
const contactEmail = 'mailto:[email protected]';
const pdfBrochure = getPermalink('/BPM2025-sponsoring-offer_EN.pdf');
---

<Layout
Expand Down

0 comments on commit 2dd140f

Please sign in to comment.