Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
chore: add auth-astro
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Sep 6, 2024
1 parent 73289e4 commit 93a1203
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";

import auth from "auth-astro";

// https://astro.build/config
export default defineConfig({
site: "https://example.com",
integrations: [mdx(), sitemap(), tailwind(), react()]
integrations: [mdx(), sitemap(), tailwind(), react(), auth()]
});
Loading

0 comments on commit 93a1203

Please sign in to comment.