Skip to content

Commit 6983089

Browse files
committed
Remove major whitespace mistake
1 parent e404775 commit 6983089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import mtasaStartlightThemePlugin from 'starlight-theme-mtasa'
55

66
const isDeploy = process.env.GITHUB_ACTIONS === 'true';
77
const ownerName = isDeploy ? process.env.GITHUB_REPOSITORY_NAME : undefined;
8-
const siteName = isDeploy ? `https://${process.env. GITHUB_REPOSITORY_OWNER}.github.io` : undefined;
8+
const siteName = isDeploy ? `https://${process.env.GITHUB_REPOSITORY_OWNER}.github.io` : undefined;
99

1010
// https://astro.build/config
1111
export default defineConfig({

0 commit comments

Comments
 (0)