We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeb67e commit b2ea555Copy full SHA for b2ea555
apps/skde/next.config.js
@@ -9,28 +9,4 @@ module.exports = {
9
experimental: {
10
largePageDataBytes: 1024 * 1000,
11
},
12
- async redirects() {
13
- return [
14
- {
15
- source: "/helseatlas-test/",
16
- destination: "https://analyser.skde.no/no/rapporter",
17
- permanent: false,
18
- },
19
20
- source: "/helseatlas-test/en/",
21
- destination: "https://analyser.skde.no/en/rapporter",
22
23
24
25
- source: "/helseatlas-test/v2/:slug",
26
- destination: "https://analyser.skde.no/no/rapporter/:slug",
27
28
29
30
- source: "/helseatlas-test/en/v2/:slug",
31
- destination: "https://analyser.skde.no/en/rapporter/:slug",
32
33
34
- ];
35
36
};
0 commit comments