diff --git a/astro.config.mjs b/astro.config.mjs index 331209f..4ae39cf 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,5 +15,4 @@ export default defineConfig({ build: { assets: '_fwt', }, - site: 'http://localhost:8080', }) diff --git a/fwt/components/Link/Link.sass b/fwt/components/Link/Link.sass deleted file mode 100644 index efc3b4f..0000000 --- a/fwt/components/Link/Link.sass +++ /dev/null @@ -1,3 +0,0 @@ -a - text-decoration: none - color: inherit diff --git a/fwt/components/Link/Link.tsx b/fwt/components/Link/Link.tsx index 1e7e337..acbd0b9 100644 --- a/fwt/components/Link/Link.tsx +++ b/fwt/components/Link/Link.tsx @@ -1,4 +1,4 @@ -import './Link.sass' +// import { prefetch } from 'astro:prefetch' interface Props { to: string