Skip to content

Commit 03e47ff

Browse files
Charles Kingbringking
authored andcommitted
docs(repo): add animation polyfill
Added animation polyfill to next Head
1 parent 91f5074 commit 03e47ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/next-ssr/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default () => (
3030
}`
3131
}
3232
</style>
33+
<script src="https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.2.1/web-animations-next.min.js"></script>
3334
</Head>
3435
<Atom/>
3536
</div>

0 commit comments

Comments
 (0)