Skip to content

Commit

Permalink
fix: asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GabenGar committed Sep 24, 2024
1 parent a405379 commit 77293d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
export default defineConfig({
plugins: [
remix({
basename: "/trimps-x/",
appDirectory: "src",
buildDirectory: "dist",
ignoredRouteFiles: ["**/*.scss"],
Expand All @@ -17,4 +18,5 @@ export default defineConfig({
}),
// tsconfigPaths(),
],
base: "/trimps-x/",
});

0 comments on commit 77293d7

Please sign in to comment.