Skip to content

Commit

Permalink
Merge pull request #1 from lulzhipsters/content
Browse files Browse the repository at this point in the history
Pulling in content from other repo
  • Loading branch information
lulzhipsters authored Nov 1, 2024
2 parents b4cb3dd + 47c19c2 commit 2ee17d9
Show file tree
Hide file tree
Showing 6 changed files with 1,258 additions and 2 deletions.
17 changes: 15 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@ import tailwindTypography from '@tailwindcss/typography';
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
srcDir: "src/",
ssr: false,
ssr: true,

devtools: { enabled: true },
modules: ["@nuxt/ui"],

modules: ["@nuxt/ui", "@nuxt/content"],
ui: {
icons: ["mdi"]
},
content: {
sources: {
github: {
prefix: "",
driver: "github",
repo: "lulzhipsters/gastronomy",
branch: "main",
dir: ""
}
}
},
tailwindcss: {
config: {
plugins: [tailwindTypography]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@iconify-json/mdi": "^1.1.66",
"@nuxt/content": "^2.12.1",
"@nuxt/ui": "^2.15.2",
"@tailwindcss/typography": "^0.5.12",
"nuxt": "^3.11.2",
Expand Down
Loading

0 comments on commit 2ee17d9

Please sign in to comment.