Skip to content

Commit

Permalink
add /book-me page
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Jan 13, 2025
1 parent 35fd92e commit 95fe0a1
Show file tree
Hide file tree
Showing 12 changed files with 1,041 additions and 35 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import react from '@astrojs/react';
import sitemap from '@astrojs/sitemap';
import { defineConfig } from 'astro/config';
import { pdfOutPathRelative } from '/src/lib/pdf-details.js';
import tailwind from '@astrojs/tailwind';

/*
We are doing some URL mumbo jumbo here to tell Astro what the URL of your website will be.
Expand Down Expand Up @@ -32,7 +33,6 @@ export default defineConfig({
redirects: {
'/': '/cv',
'/cv/pdf': pdfOutPathRelative,
'/book-me': 'https://topmate.io/luizgonzaga',
},
integrations: [react(), sitemap()],
integrations: [react(), sitemap(), tailwind()],
});
Loading

0 comments on commit 95fe0a1

Please sign in to comment.