style: Update default theme

This commit is contained in:
2026-05-25 16:51:44 +02:00
parent 155fe20862
commit 1259645706
23 changed files with 1206 additions and 630 deletions

View File

@@ -86,7 +86,7 @@ function Publish-IisSite {
$deployments = @(
@{
SiteName = 'toju-website'
SourcePath = (Join-Path $RepoRoot 'website\dist\toju-website\browser')
SourcePath = (Join-Path $RepoRoot 'website\dist\toju-website')
DestinationPath = (Join-Path $IisRoot 'toju-website')
Port = $WebsitePort
},