diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-02-25 02:56:19 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-02-25 02:56:19 +0000 |
commit | b10106e556a4eb1b6effc2cb3d2ac9a6ff376a56 (patch) | |
tree | e9f92c5ed42cbc1a248e837f3c20ac17d66c3d6a /put_in_db.js | |
parent | updated the slug for the DNS post (diff) | |
download | blog-b10106e556a4eb1b6effc2cb3d2ac9a6ff376a56.tar.gz blog-b10106e556a4eb1b6effc2cb3d2ac9a6ff376a56.zip |
fixed the problem with dbs post slug
Diffstat (limited to 'put_in_db.js')
-rw-r--r-- | put_in_db.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/put_in_db.js b/put_in_db.js index 256793f..2a3ed7a 100644 --- a/put_in_db.js +++ b/put_in_db.js @@ -45,7 +45,7 @@ blogs = [ { title: "What to do with your DNS when ODoH's Trust-Me-Bruh Model doesn't work for you", - slug: "What_to_do_with_DNS", + slug: "what_to_do_with_your_dns", body: fs.readFileSync(path.join(__dirname) + "/mds/DNS.md"), teaser: "What to do with your DNS when ODoH's Trust-Me-Bruh Model doesn't work for you", |