Compare commits

...

2 commits

Author SHA1 Message Date
da0c2f659e Removed decoration on link component 2025-09-04 11:37:06 +08:00
20c96bb904 Added default site 2025-09-04 11:36:40 +08:00
3 changed files with 5 additions and 1 deletions

View file

@ -15,4 +15,5 @@ export default defineConfig({
build: {
assets: '_fwt',
},
site: 'http://localhost:8080',
})

View file

@ -0,0 +1,3 @@
a
text-decoration: none
color: inherit

View file

@ -1,4 +1,4 @@
// import { prefetch } from 'astro:prefetch'
import './Link.sass'
interface Props {
to: string