Skip to content

Commit 10f8753

Browse files
committed
update capabilities deck
1 parent 54c62e6 commit 10f8753

File tree

5 files changed

+4972
-3772
lines changed

5 files changed

+4972
-3772
lines changed

components/footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function Footer({ className, style, links, studioInfo }) {
1313
<Separator className="layout-block" />
1414
<div className={cn(s.footer, 'layout-grid', className)} style={style}>
1515
<a
16-
href="/Studio-Freight-Capabilities.pdf"
16+
href="/StudioFreight-Capabilities.pdf"
1717
download
1818
className={cn(s.column, 'p-s text-accent')}
1919
onClick={() => va.track('Downloaded Capabilities deck')}

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ const nextConfig = {
143143
destination: '/',
144144
permanent: true,
145145
},
146+
{
147+
source: '/capabilities',
148+
destination: '/StudioFreight-Capabilities.pdf',
149+
permanent: true,
150+
},
146151
]
147152
},
148153
}

0 commit comments

Comments
 (0)