Skip to content

Commit 0583350

Browse files
committed
#3414 webpage: add "next" playwright environment
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent d34820d commit 0583350

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpage/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ let defaultConfig = {
1010
baseURL: "https://www.qownnotes.org",
1111
};
1212

13+
let nextConfig = {
14+
baseURL: "https://next.qownnotes.org",
15+
};
16+
1317
let localOverride = {
1418
baseURL: "http://localhost:8080/",
1519
};
@@ -42,6 +46,7 @@ function deepMerge(target, source) {
4246

4347
const configs = {
4448
prod: defaultConfig,
49+
next: nextConfig,
4550
local: deepMerge(defaultConfig, localOverride),
4651
"local-docker": deepMerge(defaultConfig, localDockerOverride),
4752
};

0 commit comments

Comments
 (0)