mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat: test auth
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import starlight from '@astrojs/starlight';
|
||||
import { defineConfig } from 'astro/config';
|
||||
import svelte from '@astrojs/svelte';
|
||||
import vercel from '@astrojs/vercel/serverless';
|
||||
|
||||
export const locales = {
|
||||
root: {
|
||||
@@ -66,7 +67,7 @@ export default defineConfig({
|
||||
// ru: 'Leaderboard'
|
||||
// }
|
||||
// },
|
||||
{
|
||||
{
|
||||
label: 'Challenges',
|
||||
autogenerate: {
|
||||
directory: 'challenges'
|
||||
@@ -109,5 +110,7 @@ export default defineConfig({
|
||||
},
|
||||
defaultLocale: 'root',
|
||||
locales
|
||||
}), svelte()]
|
||||
}), svelte()],
|
||||
output: "hybrid",
|
||||
adapter: vercel()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user