We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e404775 commit 6983089Copy full SHA for 6983089
docs/astro.config.mjs
@@ -5,7 +5,7 @@ import mtasaStartlightThemePlugin from 'starlight-theme-mtasa'
5
6
const isDeploy = process.env.GITHUB_ACTIONS === 'true';
7
const ownerName = isDeploy ? process.env.GITHUB_REPOSITORY_NAME : undefined;
8
-const siteName = isDeploy ? `https://${process.env. GITHUB_REPOSITORY_OWNER}.github.io` : undefined;
+const siteName = isDeploy ? `https://${process.env.GITHUB_REPOSITORY_OWNER}.github.io` : undefined;
9
10
// https://astro.build/config
11
export default defineConfig({
0 commit comments