Skip to content

Commit

Permalink
Another config update
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed Apr 20, 2023
1 parent bcff845 commit 7fe1223
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import sitemap from "@astrojs/sitemap"

// https://astro.build/config
export default defineConfig({
site: "https://docs.chain.link",
legacy: {
astroFlavoredMarkdown: true,
},
site: "https://docs.chain.link/",
integrations: [
preact({ compat: true }),
sitemap({ changefreq: "daily" }),
Expand Down

0 comments on commit 7fe1223

Please sign in to comment.