diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-02-25 02:21:48 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-02-25 02:21:48 +0000 |
commit | 8eb1d321caacf0d79cf212271b8d58cde51a9027 (patch) | |
tree | a2d558ea78eb40c36fff3af4888947946c0b1acb /put_in_db.js | |
parent | added new post (diff) | |
download | blog-8eb1d321caacf0d79cf212271b8d58cde51a9027.tar.gz blog-8eb1d321caacf0d79cf212271b8d58cde51a9027.zip |
updated the slug for the DNS post
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 d677b08..256793f 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_your_DNS_when_ODoHs_Trust_Me_Bruh_Model_doesnt_work_for_you", + slug: "What_to_do_with_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", |