---
title: "Railway Blog, Custom OG Images, and QoL Improvements"
date: 2021-04-30T14:00:00.000-07:00
number: 0027
url: https://railway.com/changelog/2021-04-30
---

# Railway Blog, Custom OG Images, and QoL Improvements

## Railway Blog

We finally put together a blog. You can now read detailed guides about our starters and maybe even get deep dives into things we're building and how we go about building them!

View the blog at [blog.railway.app](https://blog.railway.app/).

[Image: Untitled]

## Overwrite Env Var Warning

If you try to add a variable to your environment that will overwrite another variable, we will throw up a warning to let you know.

[Image: Untitled]

## Plugin Deploy Pages

We have specific pages that you can use to deploy plugins that have a pretty open graph image. The URLs are

- [railway.app/new/postgresql](https://railway.app/new/postgresql)
- [railway.app/new/redis](https://railway.app/new/redis)
- [railway.app/new/mysql](https://railway.app/new/mysql)
- [railway.app/new/mongodb](https://railway.app/new/mongodb)

[Image: Untitled]

## Delete Row Button

While you could delete via CMD + Click inside the row view, we've added a row delete button to the rich row view

[Image: Untitled]

## New Starters

We have a bunch of new starters that you can deploy in 1-click!

- [Umami](https://github.com/railwayapp/starters/tree/master/examples/umami)
- [NextJS Auth with Mongo](https://github.com/railwayapp/starters/tree/master/examples/nextjs-auth-mongo)
- [NuxtJS](https://github.com/railwayapp/starters/tree/master/examples/nuxtjs)
- [Notion Blog](https://github.com/railwayapp/starters/tree/master/examples/next-notion-blog)
- [ExpressJS Mongoose](https://github.com/railwayapp/starters/tree/master/examples/expressjs-mongoose)

## Fixes and Improvements

- `railway run` will return the exit code of the command that was run
- Dashboard will show the correct number of skeleton loaders for projects
- Metrics ingestion is more accurate and consistent
- Added the `RAILWAY_GIT_REPO_OWNER` environment variable to GitHub deploys. These are also now documented at [docs.railway.app/deployment/environment-variables](https://docs.railway.app/deployment/environment-variables)
- Added docs for configuring custom domains for your projects [docs.railway.app/deployment/custom-domains](https://docs.railway.app/deployment/custom-domains)