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
e8bc50bbdf
oliverbooth.dev
/
OliverBooth.Blog
/
Pages
/
_ViewImports.cshtml
2 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
@namespace OliverBooth.Blog.Pages
fix: add missing _ViewImports for blog area
2023-08-11 17:16:04 +01:00
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
Reference in New Issue
Copy Permalink