Skip to content

Commit

Permalink
website: add egregious christmas ambience
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianNymark committed Dec 19, 2024
1 parent a2b9b6a commit 3fb858b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ContentSecurityPolicy = `
style-src 'self' ${dekoratorUrl} ${cdnUrl} ${hotjarUrl} 'unsafe-inline';
connect-src 'self' ${dekoratorUrl} ${cdnUrl} ${hotjarUrl} https://*.hotjar.io wss://*.hotjar.com https://raw.githubusercontent.com/navikt/ https://hnbe3yhs.apicdn.sanity.io wss://hnbe3yhs.api.sanity.io cdn.sanity.io *.api.sanity.io https://amplitude.nav.no https://in2.taskanalytics.com/03346;
frame-ancestors 'self' localhost:3000;
media-src 'self' ${cdnUrl} cdn.sanity.io;
media-src 'self' ${cdnUrl} cdn.sanity.io cdn.pixabay.com;
frame-src 'self' https://web.microsoftstream.com localhost:3000 https://aksel.ekstern.dev.nav.no;
`;

Expand Down
7 changes: 7 additions & 0 deletions aksel.nav.no/website/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ const Forside = ({ page, tema, blocks }: PageProps["props"]) => {
wind={reducedMotion || pause ? [0, 0] : [-0.2, 0.2]}
snowflakeCount={600}
/>
{/* eslint-disable-next-line jsx-a11y/media-has-caption */}
<audio autoPlay>
<source
src="https://cdn.pixabay.com/audio/2024/11/18/audio_954cf67490.mp3"
type="audio/mp3"
/>
</audio>
</div>
)}
<div className="z-20 pb-28">
Expand Down

0 comments on commit 3fb858b

Please sign in to comment.