added auth and made some sizeable updates to mobile layout
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
import { defineConfig } from "astro/config";
|
||||
import node from "@astrojs/node";
|
||||
import clerk from "@clerk/astro";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [clerk()],
|
||||
adapter: node({ mode: "standalone" }),
|
||||
output: "server",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user