add: nouvelle page /cutter pour découper post insta (juste interface sans script)

edit: liens affichés en '.plus'
This commit is contained in:
2026-04-21 21:10:25 +02:00
parent 43bbc053eb
commit 9a2c9bae86
5 changed files with 145 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ export default defineConfig({
input: {
main: path.resolve(import.meta.dirname, 'index.html'),
glitcher: path.resolve(import.meta.dirname, 'glitcher/index.html'),
cutter: path.resolve(import.meta.dirname, 'cutter/index.html')
},
},
}