We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa721f5 commit d65862aCopy full SHA for d65862a
2 files changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
# Trigger the workflow every time you push to the `main` branch
5
# Using a different branch name? Replace `main` with your branch's name
6
push:
7
- branches: [ main ]
+ branches: [ astro ]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
astro.config.mjs
@@ -5,8 +5,7 @@ import sitemap from '@astrojs/sitemap';
// https://astro.build/config
export default defineConfig({
site: 'https://lepo.co',
- // Only use base path in production (GitHub Pages)
- base: process.env.NODE_ENV === 'production' ? '/lepoco' : '/',
+ // No base path needed for root domain deployment
integrations: [sitemap()],
11
markdown: {
12
shikiConfig: {
0 commit comments