Prettier
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
*/
|
||||
</script>
|
||||
|
||||
<dialog class="lightbox" aria-hidden="true" aria-describedby="lb-caption" closedby="any">
|
||||
<dialog
|
||||
class="lightbox"
|
||||
aria-hidden="true"
|
||||
aria-describedby="lb-caption"
|
||||
closedby="any"
|
||||
>
|
||||
<header>
|
||||
<button type="button" class="lb-close" aria-label="Close"
|
||||
>×</button
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export const prerender = true;
|
||||
export const csr = false;
|
||||
export const prerender = true;
|
||||
export const ssr = true;
|
||||
|
||||
Reference in New Issue
Block a user