Skip to content

Commit

Permalink
simplify Head-client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 9, 2024
1 parent 99a72b9 commit 637a87f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions vike-solid/components/Head/Head-client.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
export { Head };

// Same as ./Head-server.ts but importing useConfig-client.js

/**
* Add arbitrary `<head>` tags.
*
* (The children are teleported to `<head>`.)
*
* https://vike.dev/Head
*/
function Head(): null {
export function Head(): null {
return null;
}

0 comments on commit 637a87f

Please sign in to comment.