Skip to content

Conversation

@tomaszpacior
Copy link
Collaborator

Contentful integration implemented.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these images can be removed

include: 5,
});

const configurableTexts = this.cms.findEntries<IDataConfigurableTextsFields>({
Copy link
Collaborator

@marcinkrasowski marcinkrasowski Apr 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's try to eliminate this request for every block, configurable texts could be included in CF on every page or block

@tomaszpacior tomaszpacior marked this pull request as draft April 4, 2025 12:20
tomaszpacior and others added 3 commits April 7, 2025 12:43
…tegration

# Conflicts:
#	apps/api-harmonization/.env.local
#	apps/api-harmonization/turbo.json
#	package-lock.json
@vercel vercel bot temporarily deployed to Preview – o2s-docs October 21, 2025 12:00 Inactive
@vercel
Copy link

vercel bot commented Oct 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
o2s-docs Skipped Skipped Oct 27, 2025 11:59am

case slug.match(/\/uslugi\/.+/)?.[0]:
return {
...PAGE_SERVICE_DETAILS_PL,
slug: `/uslugi/${slug.match(/(.+)\/(.+)/)?.[2]}`,

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
case slug.match(/\/orders\/.+/)?.[0]:
return {
...PAGE_ORDER_DETAILS_EN,
slug: `/orders/${slug.match(/(.+)\/(.+)/)?.[2]}`,

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
case slug.match(/\/bestellungen\/.+/)?.[0]:
return {
...PAGE_ORDER_DETAILS_DE,
slug: `/bestellungen/${slug.match(/(.+)\/(.+)/)?.[2]}`,

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
case slug.match(/\/zamowienia\/.+/)?.[0]:
return {
...PAGE_ORDER_DETAILS_PL,
slug: `/zamowienia/${slug.match(/(.+)\/(.+)/)?.[2]}`,

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.
@vercel vercel bot temporarily deployed to Preview – o2s-docs October 27, 2025 11:59 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants