This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/new-site-dev by this push:
     new e3fdd26c New site dev (#129)
e3fdd26c is described below

commit e3fdd26c3fed03fcdf7f258eb202105ca7ccdfe4
Author: e-loftis <124932471+e-lof...@users.noreply.github.com>
AuthorDate: Fri Aug 16 16:43:56 2024 -0400

    New site dev (#129)
---
 data/blog/2024-08-07-AWSxPinot.mdx | 2 +-
 next.config.js                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/blog/2024-08-07-AWSxPinot.mdx 
b/data/blog/2024-08-07-AWSxPinot.mdx
index 106e2eba..f841da80 100644
--- a/data/blog/2024-08-07-AWSxPinot.mdx
+++ b/data/blog/2024-08-07-AWSxPinot.mdx
@@ -11,4 +11,4 @@ The AWS team wrote up a step-by-step guide showing you how 
you can build a real-
 
 Read More at 
https://aws.amazon.com/blogs/big-data/build-a-real-time-analytics-solution-with-apache-pinot-on-aws/
 
-![AWSxPinot](/static/images/blogs/AWSxPinot.png)
+![AWSxPinot](https://d2908q01vomqb2.cloudfront.net/b6692ea5df920cad691c20319a6fffd7a4a766b8/2024/08/01/BDB-4015-image001.png)
diff --git a/next.config.js b/next.config.js
index 372ae4fa..37598825 100644
--- a/next.config.js
+++ b/next.config.js
@@ -60,6 +60,7 @@ const securityHeaders = [
 module.exports = () => {
     const plugins = [withContentlayer, withBundleAnalyzer];
     return plugins.reduce((acc, next) => next(acc), {
+        output: 'export',
         // distDir: 'dist',
         reactStrictMode: true,
         pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to