this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename Moon import to make typescript be quiet

+2 -2
+2 -2
src/components/blog/background/Moon.astro
··· 1 1 --- 2 2 import { blog } from "@/config"; 3 - import { Moon } from "lunarphase-js"; 3 + import { Moon as LunarPhase } from "lunarphase-js"; 4 4 5 5 // sorry south hemisphere, theres fuck all i can do without getting ur location which is weird </3 6 - const moon = Moon.lunarPhaseEmoji(); 6 + const moon = LunarPhase.lunarPhaseEmoji(); 7 7 --- 8 8 9 9 <style>