feat: promote to root domain
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
150b93f017
commit
743424d84c
|
@ -5,7 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build && echo low-tech.filipesm.eu > ./dist/CNAME",
|
"build": "astro build && echo filipesm.eu > ./dist/CNAME",
|
||||||
"surge": "surge dist",
|
"surge": "surge dist",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
|
|
Loading…
Reference in a new issue