diff --git a/.codex/config.toml b/.codex/config.toml new file mode 100644 index 0000000..5e84d2e --- /dev/null +++ b/.codex/config.toml @@ -0,0 +1,3 @@ +[mcp_servers.chrome-devtools] +command = "npx" +args = ["chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9222"] diff --git a/index.html b/index.html index aaf3eec..6954e2f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/components/PageIndex.vue b/src/components/PageIndex.vue index e7f8484..467d6cb 100644 --- a/src/components/PageIndex.vue +++ b/src/components/PageIndex.vue @@ -1,6 +1,6 @@