mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update site url for astro 2
This commit is contained in:
parent
d55da3a095
commit
500e8c3cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ console.log( 'Running Astro Config File' )
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
publicDir: './static',
|
publicDir: './static',
|
||||||
site: 'https://doesitarm.com',
|
site: 'https://doesitarm.com/',
|
||||||
adapter: netlify({
|
adapter: netlify({
|
||||||
dist: new URL('./dist/', import.meta.url)
|
dist: new URL('./dist/', import.meta.url)
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue