Skip to content

Commit

Permalink
chore: added model for landing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandesu committed Oct 5, 2024
1 parent 1f3fb58 commit 8fb0035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineNuxtConfig({
},
css: ["~/assets/css/fonts.css"],
app: {
baseURL: "/exoplanet-quest-web/",
baseURL: "./",
pageTransition: { name: "page", mode: "out-in" },
head: {
meta: [
Expand Down
3 changes: 2 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ const steps2 = [
];
const scale = 0.3;
const model1 = "./spaceship2.glb";
const config = useRuntimeConfig();
const model1 = `${config.public.baseURL}spaceship2.glb`;
const setup = () => {
createThreesnap({
particlesEnabled: false,
Expand Down
Binary file added public/spaceship2.glb
Binary file not shown.

0 comments on commit 8fb0035

Please sign in to comment.