mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-13 06:07:35 +01:00
Compare commits
2 Commits
8856e77ae1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ed7228b60 | |||
| d88fd80aee |
@@ -1 +0,0 @@
|
|||||||
{"configPath":"../../.output/server/wrangler.json"}
|
|
||||||
@@ -19,17 +19,7 @@ export default defineNuxtConfig({
|
|||||||
css: ['~/assets/css/main.css'],
|
css: ['~/assets/css/main.css'],
|
||||||
|
|
||||||
// Nuxt Modules
|
// Nuxt Modules
|
||||||
modules: [
|
modules: ['@nuxt/ui', '@nuxtjs/seo', '@nuxt/content', '@vueuse/nuxt', '@nuxtjs/google-fonts', '@nuxt/image', '@vueuse/motion/nuxt', '@pinia/nuxt', '@nuxtjs/i18n', 'nuxt-studio'],
|
||||||
'@nuxt/ui',
|
|
||||||
'@nuxtjs/seo',
|
|
||||||
'@nuxt/content',
|
|
||||||
'@vueuse/nuxt',
|
|
||||||
'@nuxtjs/google-fonts',
|
|
||||||
'@nuxt/image',
|
|
||||||
'@vueuse/motion/nuxt',
|
|
||||||
'@pinia/nuxt',
|
|
||||||
'@nuxtjs/i18n',
|
|
||||||
],
|
|
||||||
|
|
||||||
ogImage: {
|
ogImage: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
@@ -68,9 +58,6 @@ export default defineNuxtConfig({
|
|||||||
|
|
||||||
// Nuxt Content
|
// Nuxt Content
|
||||||
content: {
|
content: {
|
||||||
preview: {
|
|
||||||
api: 'https://api.nuxt.studio',
|
|
||||||
},
|
|
||||||
build: {
|
build: {
|
||||||
markdown: {
|
markdown: {
|
||||||
highlight: {
|
highlight: {
|
||||||
@@ -107,6 +94,17 @@ export default defineNuxtConfig({
|
|||||||
timeline: { enabled: true },
|
timeline: { enabled: true },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Nuxt Studio
|
||||||
|
studio: {
|
||||||
|
// GitHub repository configuration (owner and repo are required)
|
||||||
|
repository: {
|
||||||
|
provider: 'github', // only GitHub is currently supported
|
||||||
|
owner: 'arthurdanjou', // your GitHub username or organization
|
||||||
|
repo: 'artchat', // your repository name
|
||||||
|
branch: 'main', // the branch to commit to (default: main)
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
// Nuxt I18N
|
// Nuxt I18N
|
||||||
i18n: {
|
i18n: {
|
||||||
strategy: 'no_prefix',
|
strategy: 'no_prefix',
|
||||||
@@ -159,6 +157,10 @@ export default defineNuxtConfig({
|
|||||||
deployConfig: true,
|
deployConfig: true,
|
||||||
nodeCompat: true,
|
nodeCompat: true,
|
||||||
},
|
},
|
||||||
|
prerender: {
|
||||||
|
routes: ['/'],
|
||||||
|
crawlLinks: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// Nuxt Env
|
// Nuxt Env
|
||||||
|
|||||||
23
package.json
23
package.json
@@ -13,12 +13,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antfu/eslint-config": "^5.4.1",
|
"@antfu/eslint-config": "^5.4.1",
|
||||||
"@iconify-json/devicon": "^1.2.45",
|
"@iconify-json/devicon": "^1.2.46",
|
||||||
"@iconify-json/logos": "^1.2.9",
|
"@iconify-json/logos": "^1.2.10",
|
||||||
"@iconify-json/ph": "^1.2.2",
|
"@iconify-json/ph": "^1.2.2",
|
||||||
"@iconify-json/simple-icons": "^1.2.53",
|
"@iconify-json/simple-icons": "^1.2.57",
|
||||||
"@iconify-json/twemoji": "^1.2.4",
|
"@iconify-json/twemoji": "^1.2.4",
|
||||||
"@iconify-json/vscode-icons": "^1.2.30",
|
"@iconify-json/vscode-icons": "^1.2.33",
|
||||||
"@nuxt/content": "3.7.1",
|
"@nuxt/content": "3.7.1",
|
||||||
"@nuxt/eslint": "1.9.0",
|
"@nuxt/eslint": "1.9.0",
|
||||||
"@nuxt/image": "^1.11.0",
|
"@nuxt/image": "^1.11.0",
|
||||||
@@ -26,25 +26,30 @@
|
|||||||
"@nuxtjs/google-fonts": "^3.2.0",
|
"@nuxtjs/google-fonts": "^3.2.0",
|
||||||
"@nuxtjs/i18n": "10.1.0",
|
"@nuxtjs/i18n": "10.1.0",
|
||||||
"@nuxtjs/seo": "^3.2.2",
|
"@nuxtjs/seo": "^3.2.2",
|
||||||
"@pinia/nuxt": "^0.11.2",
|
"@pinia/nuxt": "^0.11.3",
|
||||||
"@tailwindcss/typography": "^0.5.19",
|
"@tailwindcss/typography": "^0.5.19",
|
||||||
"@vueuse/math": "13.9.0",
|
"@vueuse/math": "13.9.0",
|
||||||
"@vueuse/motion": "^3.0.3",
|
"@vueuse/motion": "^3.0.3",
|
||||||
"better-sqlite3": "^12.4.1",
|
"better-sqlite3": "^12.4.1",
|
||||||
"eslint": "9.36.0",
|
"eslint": "9.36.0",
|
||||||
"nuxt": "4.1.2",
|
"nuxt": "4.1.2",
|
||||||
|
"nuxt-studio": "1.0.0-alpha.1",
|
||||||
"rehype-katex": "^7.0.1",
|
"rehype-katex": "^7.0.1",
|
||||||
"remark-math": "^6.0.0",
|
"remark-math": "^6.0.0",
|
||||||
"remark-parse": "^11.0.0",
|
"remark-parse": "^11.0.0",
|
||||||
"remark-rehype": "^11.1.2",
|
"remark-rehype": "^11.1.2",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"vue": "^3.5.22",
|
"vue": "^3.5.22",
|
||||||
"vue-router": "^4.5.1",
|
"vue-router": "^4.6.3",
|
||||||
"wrangler": "^4.42.0"
|
"wrangler": "^4.45.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "24.6.2",
|
"@types/node": "24.6.2",
|
||||||
"@vueuse/nuxt": "^13.9.0",
|
"@vueuse/nuxt": "^13.9.0",
|
||||||
"vue-tsc": "^3.1.0"
|
"vue-tsc": "^3.1.3"
|
||||||
}
|
},
|
||||||
|
"trustedDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"unrs-resolver"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 155 KiB |
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user