mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
refactor: update site URL to be single source of truth (#143)
* wip: astro config to use .ts instead of .mjs * fix: remove invalid prop in astro config * refactor: single source of truth for site url * refactor: make minor updates due to astro.config.ts --------- Co-authored-by: satnaing <satnaingdev@gmail.com>
This commit is contained in:
@@ -34,17 +34,6 @@ export const SITE = {
|
||||
};
|
||||
```
|
||||
|
||||
Then, replace site property of `astro.config.mjs` file with your own deployed domain. _(You can also omit this step if you don't have deployed domain yet or you are still in development mode)_
|
||||
|
||||
```js
|
||||
// file: astro.config.mjs
|
||||
export default defineConfig({
|
||||
site: "https://astro-paper.pages.dev/", // replace this with your deployed domain
|
||||
integrations: [...],
|
||||
...
|
||||
)}
|
||||
```
|
||||
|
||||
Here are SITE configuration options
|
||||
|
||||
| Options | Description |
|
||||
|
||||
Reference in New Issue
Block a user