Add images; update urls
This commit is contained in:
parent
ef432e3f74
commit
fe3d170dbe
37 changed files with 488 additions and 109 deletions
|
|
@ -7,7 +7,7 @@ export default defineNuxtConfig({
|
|||
compatibilityDate: "2024-11-01",
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: ["@nuxt/content", "@nuxt/ui", "nuxt-auth-utils", "@vueuse/nuxt"],
|
||||
modules: ["@nuxt/ui", "@nuxt/content", "nuxt-auth-utils", "@vueuse/nuxt"],
|
||||
|
||||
runtimeConfig: {
|
||||
// Private runtime config (server-side only)
|
||||
|
|
@ -24,8 +24,7 @@ export default defineNuxtConfig({
|
|||
public: {
|
||||
siteUrl: process.env.SITE_URL || "https://wiki.ghostguild.org",
|
||||
siteName: "Ghost Guild Knowledge Commons",
|
||||
siteDescription:
|
||||
"Collaborative knowledge base for the Baby Ghosts community",
|
||||
siteDescription: "A wiki for ghosts! 👻",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -45,6 +44,26 @@ export default defineNuxtConfig({
|
|||
|
||||
css: ["~/assets/css/main.css"],
|
||||
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{
|
||||
rel: "preconnect",
|
||||
href: "https://fonts.googleapis.com",
|
||||
},
|
||||
{
|
||||
rel: "preconnect",
|
||||
href: "https://fonts.gstatic.com",
|
||||
crossorigin: "",
|
||||
},
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: "https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
vite: {
|
||||
build: {
|
||||
minify: "esbuild",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue