option didn't work. hard-coding lio.cat now
This commit is contained in:
parent
85c9b072ce
commit
bb058426a9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import node from "@astrojs/node";
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: "static",
|
output: "static",
|
||||||
prefetch: true,
|
prefetch: true,
|
||||||
site: import.meta.env.PROD === 'true' ? "https://lio.cat" : 'http://localhost:4321',
|
site: "https://lio.cat",
|
||||||
|
|
||||||
markdown: {
|
markdown: {
|
||||||
remarkRehype: {},
|
remarkRehype: {},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue