diff --git a/next.config.js b/next.config.js index 974a3ab0f2..344d2bf909 100644 --- a/next.config.js +++ b/next.config.js @@ -97,6 +97,11 @@ const moduleExports = withBundleAnalyzer({ destination: '/assets/Giveth_Report_QF_2024.this.one.pdf', permanent: false, }, + { + source: '/comarketing', + destination: '/assets/Giveth-Co-Marketing-Slides.pdf', + permanent: false, + }, { source: '/qfguide', destination: diff --git a/public/assets/Giveth-Co-Marketing-Slides.pdf b/public/assets/Giveth-Co-Marketing-Slides.pdf new file mode 100644 index 0000000000..30e3425f9b Binary files /dev/null and b/public/assets/Giveth-Co-Marketing-Slides.pdf differ