We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc44fd3 commit 9266f8aCopy full SHA for 9266f8a
2 files changed
website/src/latest/_meta.json
@@ -11,7 +11,7 @@
11
},
12
{
13
"text": "Blog",
14
- "link": "/blog/index",
+ "link": "https://www.callstack.com/insights/super-apps-with-react-native",
15
"activeMatch": "^/blog/"
16
17
website/vercel.json
@@ -5,6 +5,18 @@
5
"framework": null,
6
"installCommand": "pnpm install",
7
"rewrites": [{ "source": "/(.*)", "destination": "/404.html" }],
8
+ "redirects": [
9
+ {
10
+ "source": "/blog/repack-5-release",
+ "destination": "https://www.callstack.com/blog/announcing-re-pack-5-with-rspack-module-federation",
+ "statusCode": 301
+ },
+ "source": "/blog",
+ "destination": "https://www.callstack.com/insights/super-apps-with-react-native",
18
+ }
19
+ ],
20
"outputDirectory": "build",
21
"trailingSlash": false
22
}
0 commit comments