sanyuan0704 / island.js

📝 Vite & MDX powered static site generator. Base on islands architecture

Home Page:https://islandjs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enableSpa开启SPA 模式不生效

Yicoding opened this issue · comments

commented

Describe the bug

enableSpa: true
开启SPA 模式不生效

Reproduction

import { defineConfig } from "islandjs";

export default defineConfig({
enableSpa: true,
});

Expected behavior

期望可以使用SPA 模式

System Info

macos

Additional context

No response

Validations

  • Read the docs
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.