Skip to content

Commit

Permalink
Add locale picker in footer (#15)
Browse files Browse the repository at this point in the history
* Install Tailwind & Iconify

* Add LocalePicker component

* Move LocalePicker in Footer
  • Loading branch information
matiboux authored Mar 11, 2024
1 parent 5da620e commit 67e087a
Show file tree
Hide file tree
Showing 9 changed files with 800 additions and 11 deletions.
2 changes: 2 additions & 0 deletions app/app/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import tailwind from '@astrojs/tailwind'

import i18n from './config/i18n'

Expand All @@ -15,5 +16,6 @@ export default defineConfig({
i18n: i18n,
integrations: [
mdx(),
tailwind(),
],
})
Loading

0 comments on commit 67e087a

Please sign in to comment.