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 0067e4f8 Wb 286 redirect who uses (#123)
0067e4f8 is described below
commit 0067e4f8feee4a6b1b25376fa8c62a05c218ab65
Author: Gio <[email protected]>
AuthorDate: Wed Apr 24 16:38:55 2024 +0200
Wb 286 redirect who uses (#123)
* WB-286 - Redirect from "who-uses" to "powered-by" page
* WB-286 - Fix typo
---
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]