Compare commits
2 commits
11f7309f57
...
da0c2f659e
| Author | SHA1 | Date | |
|---|---|---|---|
| da0c2f659e | |||
| 20c96bb904 |
3 changed files with 5 additions and 1 deletions
|
|
@ -15,4 +15,5 @@ export default defineConfig({
|
||||||
build: {
|
build: {
|
||||||
assets: '_fwt',
|
assets: '_fwt',
|
||||||
},
|
},
|
||||||
|
site: 'http://localhost:8080',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
3
fwt/components/Link/Link.sass
Normal file
3
fwt/components/Link/Link.sass
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
a
|
||||||
|
text-decoration: none
|
||||||
|
color: inherit
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// import { prefetch } from 'astro:prefetch'
|
import './Link.sass'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
to: string
|
to: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue