Skip to content

Commit

Permalink
πŸ’š Fix CI build #2657
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Dec 9, 2024
1 parent 103a420 commit 5bdfff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/newsroom/Newsroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const NewsRoomTemplate = forwardRef<HTMLElement, NewsRoomTemplateProps>(function
const routing = {
router: createInstantSearchRouterNext({
singletonRouter,
// serverUrl: `http://localhost:3000/${isoCode === 'nb-NO' ? 'no/nyheter' : 'news'}`, // uncomment this line for local development
serverUrl: `https://www.equinor.com${isoCode === 'nb-NO' ? '/no/nyheter' : '/news'}`, // temporary fix for url to be available during build time
routerOptions: {
createURL: createURL,
parseURL: parseURL,
Expand Down

0 comments on commit 5bdfff1

Please sign in to comment.