Skip to content

Commit

Permalink
site: add outputFileTracingIncludes for hls-video
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Sep 21, 2024
1 parent fb03564 commit f265838
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/nextjs/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
experimental: {
outputFileTracingIncludes: {
'/hls-video': ['./app/theme-toggle.js'],
}
}
};

export default nextConfig;

0 comments on commit f265838

Please sign in to comment.