We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6bce0 commit 98e1509Copy full SHA for 98e1509
fern/docs.yml
@@ -125,5 +125,5 @@ experimental:
125
- ./components
126
127
js:
128
- - path: ./dist/output.js
+ - path: ./footer-dist/output.js
129
strategy: beforeInteractive
fern/footer-dist/index.html
@@ -0,0 +1,11 @@
1
+<!doctype html>
2
+<html lang="en">
3
+<script type="module" crossorigin src="/output.js"></script>
4
+<link rel="stylesheet" crossorigin href="/output.css">
5
+
6
+<body>
7
+ <header id="fern-header"></header>
8
+ <footer id="fern-footer" style="margin-top:100px"></footer>
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
10
+</body>
11
+</html>
fern/footer-dist/output.css
fern/footer-dist/output.js
0 commit comments