Skip to content

Commit

Permalink
feat: custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dream2023 committed Sep 20, 2023
1 parent ee96483 commit a97f8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://nocobase.github.io/", // replace this with your deployed domain
base: '/blog',
site: "https://blog.nocobase.com/", // replace this with your deployed domain
integrations: [
tailwind({
config: {
Expand Down
1 change: 1 addition & 0 deletions public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blog.nocobase.com

0 comments on commit a97f8f8

Please sign in to comment.