Skip to content

Commit

Permalink
fixes meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jadiehm committed Oct 9, 2024
1 parent b313a91 commit 04694df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/Meta.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script>
export let title = "Title TK";
export let description = "Description TK";
export let url = "https://pudding.cool/2024/20/fanfic";
export let keywords = "";
export let title = "Who gets shipped and why?";
export let description = "An analysis of the top fanfic relationship pairings on Archive of Our Own from 2013–2024.";
export let url = "https://pudding.cool/2024/10/fanfic";
export let keywords = "fanfic, fanfiction, fan, fic, fiction, ao3, relationship, ship, slash, femslash, canon, non-canon, rpf, real person fiction, data, analysis, couple, pair, friendship";
export let preloadFont = [];
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/data/copy.json

Large diffs are not rendered by default.

0 comments on commit 04694df

Please sign in to comment.