Patryk27 / website

Source code for pwy.io
https://pwy.io
GNU General Public License v3.0
11 stars 2 forks source link

Rss feed contains bad link #14

Closed kod-kristoff closed 1 year ago

kod-kristoff commented 1 year ago

First, thank you for interesting blog posts!

For the latest post Look Ma, I noticed that the RSS feed were missing the /posts part, see below.

From - Thu, 23 Mar 2023 00:00:00 +0000
X-Mozilla-Status: 0000
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 
Received: by localhost; ...
Date: Thu, 23 Mar 2023 00:00:00 +0000
Message-Id: <https://pwy.io/look-ma-my-computer-is-talking@localhost.localdomain>
From: <Posts on pwy.io>
MIME-Version: 1.0
Subject: Look Ma: My computer is talking; let's create a simplified ChatGPT!
Content-Transfer-Encoding: 8bit
Content-Base: https://pwy.io/look-ma-my-computer-is-talking
Content-Type: text/html; charset=UTF-8

<html>
  <head>
    <title>Look Ma: My computer is talking; let&#39;s create a simplified ChatGPT!</title>
    <base href="https://pwy.io/look-ma-my-computer-is-talking">
  </head>
  <body id="msgFeedSummaryBody" selected="false">
    ChatGPT is all the hype now, but the math behind it is pretty complex - can we
  create something smaller & simpler, possibly under 200 lines of Rust code?
  </body>
</html>

Cheers, k

Patryk27 commented 1 year ago

Thanks for spotting! Fixed, I'm going to deploy in a moment 🙂