diff --git a/.changeset/late-hounds-buy.md b/.changeset/late-hounds-buy.md new file mode 100644 index 0000000000..b2a659ac95 --- /dev/null +++ b/.changeset/late-hounds-buy.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Fixed the wrong implementation of the intranet-header changeset.md file in the changelog/intranet-header docs page. diff --git a/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx b/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx index ceb85d8243..7d6fcb0591 100644 --- a/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx +++ b/packages/documentation/src/stories/getting-started/changelogs/intranet-header/changelog.docs.mdx @@ -1,5 +1,5 @@ import { Markdown, Meta } from '@storybook/blocks'; -import changelog from '@/../../intranet-header-workspace/CHANGELOG.md?raw'; +import changelog from '@/../../intranet-header-workspace/projects/intranet-header/CHANGELOG.md?raw'; import ChangelogStories from './changelog.stories'; import { CodeOrSourceMdx } from '@/utils/codeOrSourceMdx';