Skip to content

Commit

Permalink
fix: figure our the problem with base url
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 22, 2023
1 parent aa22ac4 commit 8b3314b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |
npm run generate
- name: Reorganize Files
run: |
mkdir -p dist/bridge
mv dist/_nuxt dist/bridge/_nuxt
- name: Deploy
uses: matter-labs/action-hosting-deploy@main
id: deploy
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { portal as portalMeta } from "./data/meta";
export default defineNuxtConfig({
app: {
baseURL: "/bridge",
buildAssetsDir: "/bridge/_nuxt/",
head: {
htmlAttrs: {
lang: "en",
Expand Down

0 comments on commit 8b3314b

Please sign in to comment.