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 d9ee2216 WB-286 - Redirect from "who-uses" to "powered-by" page (#122)
d9ee2216 is described below
commit d9ee22161ab5e6a73edcca2ce66dd2174f117366
Author: Gio <[email protected]>
AuthorDate: Wed Apr 24 13:48:57 2024 +0200
WB-286 - Redirect from "who-uses" to "powered-by" page (#122)
---
app/who-uses/page.tsx | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app/who-uses/page.tsx b/app/who-uses/page.tsx
new file mode 100644
index 00000000..ca25e352
--- /dev/null
+++ b/app/who-uses/page.tsx
@@ -0,0 +1,7 @@
+import { permanentRedirect } from 'next/navigation';
+
+const PoweredBy = () => {
+ permanentRedirect('/powered-by');
+};
+
+export default PoweredBy;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]