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 <[email protected]>
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/
-
+
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: [email protected]
For additional commands, e-mail: [email protected]