Added tag filtering and dropdown

This commit is contained in:
2025-11-22 18:13:21 +01:00
parent 314372c57f
commit cd43a09781
9 changed files with 331 additions and 62 deletions

View File

@@ -18,8 +18,8 @@ import nodeAdapter from '@astrojs/node'
export default defineConfig({
adapter: nodeAdapter({
mode: 'standalone',
}),// Set adapter for deployment
mode: 'standalone'
}), // Set adapter for deployment
site: themeConfig.site.website,
image: {
service: {