Theme change. First release of the blog with a new theme
This commit is contained in:
@@ -7,6 +7,8 @@ import robotsTxt from "astro-robots-txt";
|
||||
import webmanifest from "astro-webmanifest";
|
||||
import { defineConfig, envField } from "astro/config";
|
||||
import { siteConfig } from "./src/site.config";
|
||||
import dotenv from "dotenv";
|
||||
|
||||
|
||||
// Remark plugins
|
||||
import remarkDirective from "remark-directive"; /* handle ::: directives as nodes */
|
||||
@@ -115,7 +117,7 @@ export default defineConfig({
|
||||
// https://docs.astro.build/en/guides/prefetch/
|
||||
prefetch: true,
|
||||
// ! Please remember to replace the following site property with your own domain
|
||||
site: "http://astrocitrus.artemkutsan.pp.ua/",
|
||||
site: "http://ignaciops.dev/",
|
||||
vite: {
|
||||
build: {
|
||||
sourcemap: true, // Source maps generation
|
||||
|
Reference in New Issue
Block a user