Skip to content

Commit 95fe0a1

Browse files
committed
add /book-me page
1 parent 35fd92e commit 95fe0a1

File tree

12 files changed

+1041
-35
lines changed

12 files changed

+1041
-35
lines changed

astro.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import react from '@astrojs/react';
22
import sitemap from '@astrojs/sitemap';
33
import { defineConfig } from 'astro/config';
44
import { pdfOutPathRelative } from '/src/lib/pdf-details.js';
5+
import tailwind from '@astrojs/tailwind';
56

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

0 commit comments

Comments
 (0)