Skip to content

Commit

Permalink
feat: dynamic routing for classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgengaldal committed Sep 29, 2024
1 parent abf7143 commit ce92ec4
Show file tree
Hide file tree
Showing 6 changed files with 875 additions and 98 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { defineConfig } from 'astro/config';

import tailwind from '@astrojs/tailwind';

import vercel from '@astrojs/vercel/serverless';

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
integrations: [tailwind()],
output: 'hybrid',
adapter: vercel()
});
Loading

0 comments on commit ce92ec4

Please sign in to comment.