Skip to content

Commit

Permalink
updated base path
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLi0802 committed Oct 20, 2024
1 parent f9db30c commit 99b6e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ export default defineConfig({
shikiConfig: {
theme: "github-light"
}
}
},
site: 'https://salt-nlp.github.io/Sketch2Code-Project-Page',
base: '/Sketch2Code-Project-Page/',
});
4 changes: 2 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: ../layouts/Layout.astro
title: Sketch2Code Evaluating Vision-Language Models for Interactive Web Design Prototyping
description: Simple project page template for your research paper, built with Astro and Tailwind CSS
favicon: /salt-logo.png
thumbnail: /screenshot.png
favicon: /Sketch2Code-Project-Page/salt-logo.png
thumbnail: /Sketch2Code-Project-Page/screenshot.png
---

import { Image } from "astro:assets";
Expand Down

0 comments on commit 99b6e03

Please sign in to comment.