1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(components): index page components

This commit is contained in:
2022-11-09 20:02:28 +07:00
parent 10498fe8b3
commit f8a03bf7f7
20 changed files with 1358 additions and 783 deletions

View File

@@ -1,12 +1,14 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
import {defineNuxtConfig} from 'nuxt/config';
import {resolve} from 'path';
const SRC = resolve(__dirname, 'src');
export default defineNuxtConfig({
rootDir: SRC,
srcDir: SRC,
app: {
head: {
title: 'Canvas 3D',
link: [{rel: 'icon', href: '/favicon.svg'}],
},
},