From 1ce550fb92a7d4cb443d2193bf0f78e84bfd8d3c Mon Sep 17 00:00:00 2001 From: Naya Singhania Date: Thu, 24 Oct 2024 21:55:26 -0700 Subject: [PATCH] update readme --- astro.config.mjs | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 52610d3..dc584f5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,8 +9,8 @@ import sitemap from "@astrojs/sitemap"; import partytown from "@astrojs/partytown"; -// https://astro.build/config export default defineConfig({ + // change the 'site' value to your site's domain site: "https://nayasinghania.com", image: { domains: ["raw.githubusercontent.com"], diff --git a/readme.md b/readme.md index 385ed2f..defebdc 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Want to create your own website from this template? Click `Use this template` to Once you've copied the code via the use template button and cloned your copy of the template locally, you can get started by running `npm install`. This will install the dependencies (you only need to do this once). Next, run `npm run dev` to start the dev server. -Now, you can edit the json files in src/content/data to customize the template with your own information. Make sure to update each file in src/content/data accordingly +Now, you can edit the json files in src/content/data to customize the template with your own information. Make sure to update each file in src/content/data accordingly. Make sure to update the site's domain in `astro.config.mjs` to your website's domain as well. Please open an issue [here](https://github.com/raspberri05/website/issues) if you are having any trouble with using this repository as a template and I can try my best to help resolve the issue.