Skip to content

Commit

Permalink
fix: update site url
Browse files Browse the repository at this point in the history
  • Loading branch information
madcampos committed Jun 3, 2024
1 parent 778b548 commit f4ed813
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const manifest: PwaOptions['manifest'] = JSON.parse(readFileSync('./src/manifest
const mode = process.env['NODE_ENV'] === 'production' ? 'production' : 'development';

export default defineConfig({
// TODO: update to final URL
site: 'https://torontojs.github.io/blog/',
site: 'https://blog.torontojs.com/',
base: '/',
trailingSlash: 'ignore',
compressHTML: true,
Expand Down

0 comments on commit f4ed813

Please sign in to comment.