mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
Add static _redirects file
This commit is contained in:
parent
8b67317a6f
commit
15d05cf2af
2 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,3 @@ export default defineConfig({
|
||||||
imageService: "compile",
|
imageService: "compile",
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
1
public/_redirects
Normal file
1
public/_redirects
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/meet https://cal.com/misva/
|
||||||
Loading…
Reference in a new issue