Skip to content

Commit

Permalink
BO01 - Create a layout for the BackOffice (#170)
Browse files Browse the repository at this point in the history
* Create a layout for the BackOffice

---------

Co-authored-by: Valentina DOrazio <[email protected]>
  • Loading branch information
valekuro and Valentina DOrazio authored May 22, 2024
1 parent 4e0b70d commit 901a8ff
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 7 deletions.
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
import nodejs from "@astrojs/node";
import astroI18next from "astro-i18next";
import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
site: "https://devfest.gdgpescara.it",
integrations: [react(), tailwind(), astroI18next()],
integrations: [icon({
include: {
mdi: ["*"], // (Default) Loads entire Material Design Icon set
},
}),react(), tailwind(), astroI18next()],
output: "hybrid",
adapter: nodejs({
mode: "standalone",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"astro": "^4.2.4",
"astro-firebase": "^0.0.3",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "^1.1.0",
"clsx": "^2.1.0",
"daisyui": "^4.7.2",
"dotenv": "^16.4.5",
Expand All @@ -39,6 +40,8 @@
},
"devDependencies": {
"@astrojs/react": "^3.0.9",
"@iconify-json/mdi": "^1.1.66",
"@mdi/font": "^7.4.47",
"@playwright/test": "^1.41.2",
"@types/google.maps": "^3.54.9",
"@types/node": "^20.11.17",
Expand Down
Loading

0 comments on commit 901a8ff

Please sign in to comment.