Skip to content

Commit

Permalink
Fix incorrect site name
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Apr 23, 2024
1 parent 9f8778d commit 691ba33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@

<meta name="msapplication-TileColor" content="#941739" />
<meta name="theme-color" content="#ffffff" />
<title><%= title %></title>
<title><%= site_name %></title>
<script>
window.gbans = {
site_name: "<%= site_name %>",
build_version: "<%= build_version %>",
discord_link_id: "<%= discord_link_id %>",
asset_url: "<%= asset_url %>",
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineConfig({

inject: {
data: {
title: 'Uncletopia',
site_name: 'Uncletopia',
build_version: 'v0.6.6',
discord_link_id: 'caQKCWFMrN',
asset_url: 'https://assets.uncletopia.com',
Expand Down

0 comments on commit 691ba33

Please sign in to comment.