File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# --------------------------------------------------------------------------------
8
8
# To update the sha:
9
9
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
10
- FROM ghcr.io/github/gh-base-image/gh-base-noble:20250108-185521-gcd4825276 AS base
10
+ FROM ghcr.io/github/gh-base-image/gh-base-noble:20250123-155214-g35c40bd2b AS base
11
11
12
12
# Install git for cloning docs-early-access & translations repos
13
13
# Install curl for determining the early access branch
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function getReferrer(documentReferrer: string) {
136
136
// new URL() throws an error if not a valid URL
137
137
const referrerUrl = new URL ( documentReferrer )
138
138
if ( ! referrerUrl . pathname || referrerUrl . pathname === '/' ) {
139
- return referrerUrl . origin + previousPath
139
+ return location . origin + previousPath
140
140
}
141
141
} catch { }
142
142
return documentReferrer
You can’t perform that action at this time.
0 commit comments