ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
459 stars 38 forks source link

Fediverse account name on about page uses @localhost even if domain is set #53

Closed benbrown closed 10 months ago

benbrown commented 10 months ago

I updated the src/utils file as described to reflect my personal domain. However, the username on the about page is still @localhost

benbrown commented 10 months ago

This is because the values imported from .env are not available in src/utils

ckolderup commented 10 months ago

ack, good catch. That should be a quick-ish fix...

benbrown commented 10 months ago

yeah i just added the dotenv import and config at the top of that file.