Skip to content

Commit

Permalink
update capabilities deck
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwands committed Oct 11, 2024
1 parent 54c62e6 commit 10f8753
Show file tree
Hide file tree
Showing 5 changed files with 4,972 additions and 3,772 deletions.
2 changes: 1 addition & 1 deletion components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Footer({ className, style, links, studioInfo }) {
<Separator className="layout-block" />
<div className={cn(s.footer, 'layout-grid', className)} style={style}>
<a
href="/Studio-Freight-Capabilities.pdf"
href="/StudioFreight-Capabilities.pdf"
download
className={cn(s.column, 'p-s text-accent')}
onClick={() => va.track('Downloaded Capabilities deck')}
Expand Down
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ const nextConfig = {
destination: '/',
permanent: true,
},
{
source: '/capabilities',
destination: '/StudioFreight-Capabilities.pdf',
permanent: true,
},
]
},
}
Expand Down
Loading

0 comments on commit 10f8753

Please sign in to comment.