This website requires JavaScript.
Explore
Help
Sign In
oliverbooth
/
oliverbooth.dev
Watch
1
Star
0
Fork
0
You've already forked oliverbooth.dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Activity
06b6a6bf08
oliverbooth.dev
/
OliverBooth
/
Pages
/
Blog
/
RawArticle.cshtml
2 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor(blog): use /blog prefix for article endpoints
2023-08-13 18:12:13 +01:00
@page "/blog/{year:int}/{month:int}/{day:int}/{slug}/raw"
refactor: move blog to separate app I'd ideally like to keep the blog. subdomain the same, and while there are a few ways to achieve this it is much simpler to just dedicate a separate application for the subdomain. This change also adjusts the webhost builder extensions to default to ports 443/80, and each app now explicitly sets the port it needs.
2023-08-12 20:13:47 +01:00
@model RawArticle
Reference in New Issue
Copy Permalink