Skip to content

Commit

Permalink
Merge pull request #156 from datagrove/next-release
Browse files Browse the repository at this point in the history
Update to Next release
  • Loading branch information
r-southworth authored Sep 25, 2024
2 parents 64bb3b9 + 79fe374 commit 403b26b
Show file tree
Hide file tree
Showing 88 changed files with 10,504 additions and 5,894 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"


npx lint-staged
13 changes: 9 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import compress from 'astro-compress'
const locales = languages
const defaultLocale = defaultLang

const isDev = import.meta.env.DEV;

// https://astro.build/config
export default defineConfig({
output: 'server',
Expand Down Expand Up @@ -77,12 +79,15 @@ export default defineConfig({
}),
mdx(),
compress()
]

// vite: {
],
// vite: {
// // resolve: {
// // conditions: ["worker", "webworker"],
// // mainFields: ["module"],
// // }
// // define: {
// // 'process.env.PUBLIC_VITE_SUPABASE_URL': JSON.stringify(process.env.PUBLIC_VITE_SUPABASE_URL),
// // 'process.env.PUBLIC_VITE_SUPABASE_ANON_KEY': JSON.stringify(process.env.PUBLIC_VITE_SUPABASE_ANON_KEY),
// // }
// },
// },
})
Loading

0 comments on commit 403b26b

Please sign in to comment.