re-did 404 images and added mapping, re-did menu/search components for auth, removed unneeded files and cleaned up css
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import node from "@astrojs/node";
|
||||
import clerk from "@clerk/astro";
|
||||
import { dark } from '@clerk/themes'
|
||||
|
||||
export default defineConfig({
|
||||
integrations: [clerk()],
|
||||
integrations: [
|
||||
clerk({
|
||||
appearance: {
|
||||
theme: dark,
|
||||
},
|
||||
}),
|
||||
],
|
||||
adapter: node({ mode: "standalone" }),
|
||||
output: "server",
|
||||
});
|
||||
Reference in New Issue
Block a user